X-Git-Url: http://git.euphorik.ch/?p=rup.git;a=blobdiff_plain;f=TODO.md;fp=TODO.md;h=207c4b339e12a22c01611245683d2cadcdd6dbf5;hp=7dbed8bf283d985bf85c57b4f5c89be6d7253abc;hb=1f84b22050cf470b00aef6b3c3ecb7ae70242e1a;hpb=295ca1daf01ff83964812c50fe1374dd679a0559 diff --git a/TODO.md b/TODO.md index 7dbed8b..207c4b3 100644 --- a/TODO.md +++ b/TODO.md @@ -1,10 +1,12 @@ -* Add a prototype Rust project: frontent (WASM) - * Be able to change the DOM +* 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 + * 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