00. Rust::
// LOW-LEVEL— Memory-safe systems programming
A section collecting notes taken while working with the Rust language. It covers syntax tips, workspace operations, and build/deployment know-how. It also tracks the changes from 1.25.0 through 1.96.1 release by release, based on the official Rust release notes.
Topics
- Language deep dives — ownership, lifetimes, traits, advanced syntax tips
- Release note timeline — language, compiler, library, and Cargo changes across Rust 1.25.0–1.96.1
- Workspace operations — multi-crate layout, versioning
- Build & deploy — cross-compilation, Docker,
prefer-dynamic - Ecosystem — notes on major crates such as chrono