X-Git-Url: http://git.euphorik.ch/?p=rup.git;a=blobdiff_plain;f=TODO.md;fp=TODO.md;h=207c4b339e12a22c01611245683d2cadcdd6dbf5;hp=fd7f80d37a6078834137c79551f80930f4d46eba;hb=4ed820a37e320b727221cbdd541c63a0b90d11a6;hpb=863db0d616f952ceac10b92dde703bef5093469a diff --git a/TODO.md b/TODO.md index fd7f80d..207c4b3 100644 --- a/TODO.md +++ b/TODO.md @@ -1,4 +1,12 @@ +* Good understanding of Rust module system: http://www.sheshbabu.com/posts/rust-module-system/ +* Add a prototype Rust crate: frontent (WASM) + * Be able to interact with the DOM + * Be able to handle user event (key press for instance) + * Be able to share a common crate between client and server + * Be able to communicate between client and server with websocket+serde, structs are shared in the common crate +* Create a SQLite database and store all key events * Enable Logging. +* Use of crate clap to parse command line? [ok] Accept an argument to encrypt a message [ok] Use a setting file. \ No newline at end of file