Expand description
This module encapsulates the logic required to compute, retrieve and analyse the
JSON crate documentation generated by rustdoc.
CrateCollection is the key entrypoint.
Structs§
- Cannot
GetCrate Data - Crate
- Thin wrapper around
rustdoc_types::Crateto: - Crate
Collection - The main entrypoint for accessing the documentation of the crates
in a specific
PackageGraph. - Global
Item Id - An identifier that unequivocally points to a type within a
CrateCollection. - Resolved
Item