Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No documentation in cargo crate root API reference #5675

Closed
mitchmindtree opened this issue Jul 1, 2018 · 2 comments
Closed

No documentation in cargo crate root API reference #5675

mitchmindtree opened this issue Jul 1, 2018 · 2 comments
Labels
A-cargo-api Area: cargo-the-library API and internal code issues A-documenting-cargo-itself Area: Cargo's documentation

Comments

@mitchmindtree
Copy link

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.

@dwijnand
Copy link
Member

This issue generalises on the older #3829 docs issue.

@ehuss ehuss added the A-documenting-cargo-itself Area: Cargo's documentation label Sep 23, 2019
@ehuss ehuss added the A-cargo-api Area: cargo-the-library API and internal code issues label Jul 4, 2020
@weihanglo
Copy link
Member

A module doc was added since #11019 and got improved in #11809. You can also find the nightly API doc on https://doc.rust-lang.org/nightly/nightly-rustc/cargo!

Thanks for the issue. We are aware of the doc quality and continue making it better!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-cargo-api Area: cargo-the-library API and internal code issues A-documenting-cargo-itself Area: Cargo's documentation
Projects
None yet
Development

No branches or pull requests

4 participants