rustdoc_ext
Extension traits for rustdoc-types.
rustdoc_ext keeps rustdoc-types close to upstream by providing utilities
(e.g. ItemEnum -> ItemKind mapping, human-readable descriptions of item
kinds, a GlobalItemId that disambiguates items across crates) as separate
extension traits rather than patching them into rustdoc-types itself.
Part of the rustdoc-reflection toolkit.
License
Licensed under the Apache License, Version 2.0.