Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.46 KB

File metadata and controls

38 lines (24 loc) · 1.46 KB

Rust Projects : README.md

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.

Why

These Rust Projects showcase application of the Worked Examples.

Projects include;

-- 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.