All Posts| smallcultfollowing.com
cargo-update(1)| doc.rust-lang.org
cargo-generate-lockfile(1)| doc.rust-lang.org
Profiles| doc.rust-lang.org
cargo-fetch(1)| doc.rust-lang.org
One of Rust’s core principles is “stability without stagnation”. This is embodied by our use of a “release train” model, in which we issue a new release every 6 weeks. Release trains make releasing a new release a “non-event”. Feature-based releases, in contrast, are super stressful! Since they occur infrequently, people try to cram everything into that release, which inevitably makes the release late. In contrast, with a release train, it’s not so important to make any partic...| smallcultfollowing.com
What are Editions?| doc.rust-lang.org
cargo-vendor(1)| doc.rust-lang.org
Unstable Features| doc.rust-lang.org
Cargo Targets| doc.rust-lang.org
Languages like C and C++ are standardized. They are fully specified in an internationally recognized standards document. Languages like Python, Swift and Rust do not have such a standards document. Should Rust be standardized? Why, or why not? In this blog post, I try to explain why I do think we need an accurate specification, why I do not think we need “standardization” (depending on your definition), and give an overview of the current state of Rust’s stability and specification effo...| blog.m-ou.se