No documentation in cargo
crate root API reference
#5675
Labels
A-cargo-api
Area: cargo-the-library API and internal code issues
A-documenting-cargo-itself
Area: Cargo's documentation
Currently there is no documentation at all within the root of the
cargo
crate API reference - see docs.rs/cargo.Some sort of guidance for developers on how to get started with using the crate, initial setup (e.g. creating a
Config
), where to look for certain common patterns and an overview of what each module contains would be a massive help. As a new user of the cargo crate API I have found it very difficult to navigate, spending the last two hours attempting to work all this out in order to solve #5674 to no avail just yet.I certainly understand that documentation is a non-trivial task, however I just thought I would start an issue for tracking this and share my experience as I surely cannot be the only one who has run into this.
The text was updated successfully, but these errors were encountered: