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.
-- RustWebApp - A Rust_WASM WebApp CrossPlatform App
-- QMLApp- A QT Rust App
-- RustAPI - A RESTful RustAPI.
-- ToDoEmail - A Rust TO_DO_App that sends a to do list to an email.
-- Rust_SCM - A Rust SCM Tool.
-- Fortran IDE - A [Fortran IDE](../Projects/Fortran IDE/README.md). made with Rust and Bazel.
-- DocsGen - A Documentation Generator made with Rust and OCaml.