====== Rust Programming Language overview ====== {{tag>dev nervland}} As part of my investigations on my personnal project [[public:projects:nervland:nervland|NervLand]] I started some investigations on the **Rust Language**: because I first wanted to be able to generate web assembly code that would use multiple threads. So in the past few days I've been reading [[https://doc.rust-lang.org/book/title-page.html|The Rust Programming Language]] book, and oh my: this really got be excited! Now I understand why so many people seem to be fascinated with this new language (and I am too now lol). => So while reading that book I took some notes to be able to remember more easily all the features we have available in Rust. In case this could be of any help, feel free to have a look ;-): [[public:books:rust_programming_language:intro|The Rust Programming Language notes]]