Get the latest tech news
A Rust Documentation Ecosystem Review
Table of Contents I’ve been thinking about documentation lately. Anecdotally, documenting code is somehow one of the least favorite things programmers do.
rand fastrand chrono time jiff axum actix-web rocket bevy macroquad fyrox thiserror anyhow snafu clap pico-args ratatui egui iced wgpu tokio smol embassy Rust’s official documentation The README gives an overview, list of hyperlinks for its documentation, an example, a usage tutorial for absolute beginners to Rust, a short fragment on crate features, future plans, performance characteristics, platform support, dependency policy, and its MSRV. An interesting thing I would like to point out is that unlike docs.rs where the second button in the navbar gives you its links, owners, deps, and versions, embassy’s rustdoc generated page has a list of related crates here.
Or read this on Hacker News