Rust
This page contains all the articles related to the rust programming language.
Articles
- Pretty state machine patterns in rust - State machine pattern, for more info on exactly how to implement it with stuff like shared state, see this.
- State Machines - Similar to the previous one, but more up to date.
- Coping with mutable state in Multiple Threads with Rust.
Crates
These are crates that i think are interesting and want to have a play with at some point.
- Cursive - Ease of use focused terminal UI library.