Jump to content

Rust

From scratchpad

Rust is a systems programming language focused on safety and performance. It guarantees memory safety through its Ownership model without a garbage collector. Tooling is handled by Cargo. See also Linear algebra.