Module rustdoc

Module rustdoc 

Source
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§

CannotGetCrateData
Crate
Thin wrapper around rustdoc_types::Crate to:
CrateCollection
The main entrypoint for accessing the documentation of the crates in a specific PackageGraph.
GlobalItemId
An identifier that unequivocally points to a type within a CrateCollection.
ResolvedItem

Constants§

ALLOC_PACKAGE_ID_REPR
CORE_PACKAGE_ID_REPR
STD_PACKAGE_ID_REPR
TOOLCHAIN_CRATES

Statics§

ALLOC_PACKAGE_ID
CORE_PACKAGE_ID
STD_PACKAGE_ID

Traits§

RustdocKindExt