A list of articles which may help me learn - makingthematrix/gailibrary GitHub Wiki
- http://cantrip.org/rust-vs-c++.html
- http://blog.japaric.io/ - A blog about Rust in embedded systems
- http://blahg.josefsipek.net/?p=580 - Rust pointers for C programmers
- https://hoverbear.org/2016/10/12/rust-state-machine-pattern/ - State Machines in Rust
- https://www.innoq.com/en/blog/that-looks-oddly-familiar/ - A non-trivial example program in Rust
- https://randomascii.wordpress.com/2012/02/25/comparing-floating-point-numbers-2012-edition/ - Floating-point arithmetics is hard
- http://danielkeep.github.io/tlborm/book/README.html - a lot about macros, and a link to a tutorial, how to write a Fibonacci with macros
- http://www.randomhacks.net/bare-metal-rust/ - I'm not so ambitious, but it's worth to read :)
- http://stevedonovan.github.io/rust-gentle-intro/readme.html