X-Git-Url: http://git.scottworley.com/voter/blobdiff_plain/f5e90a7ef19da01d7b8c856f2b336fdcb2a8ea10..9543206967816cd9427588a2c29468fff133a65e:/src/main.rs diff --git a/src/main.rs b/src/main.rs index 506c13b..5c4ad90 100644 --- a/src/main.rs +++ b/src/main.rs @@ -75,12 +75,34 @@ fn set_cookie(mut response: cgi::Response, path: &str) -> Result + + Vote! + "; @@ -97,7 +119,9 @@ fn prompt_for_vote(dir: PathBuf, request: cgi::Request) -> Result")) + rc.map(|c| { + format!("") + }) })) .chain(std::iter::once(Ok(HTML_FOOTER.to_owned()))) .collect::>()
{c}
{c}