Rust is a general-purpose programming language emphasizing performance, type safety, and concurrency. It enforces memory safety, meaning that all references point to valid memory, without a garbage collector.
These Rust Projects showcase application of the Worked Examples.
- DocsGen - A Documentation Generator made with Rust and OCaml