Release of Rust 1.90. Toolkit for developing Windows drivers in Rust.
The release of the programming language Rust 1.90 has been published, originally based on the Mozilla project but now developed under the auspices of the independent non-profit organization Rust Foundation. The language focuses on safe memory management and provides tools for achieving high parallelism in task execution, all while avoiding the use of a garbage collector and runtime (runtime is limited to basic initialization and support of the standard library). Methods of operation […]
