Structs§
- Item
Summary - A non-module item directly inside a module (used for include_items output).
- Module
Node - Search
Result
Functions§
- build_
module_ tree - extract_
feature_ requirements - Extract feature requirements from rustdoc JSON item attributes.
- format_
generics_ for_ item - Extract generic params from the inner block of any item kind (struct/enum/trait/type alias).
Returns a formatted
<T, 'a, const N: usize>string, or empty string if none. - function_
signature - Reconstruct a function signature from rustdoc JSON format v57.
- search_
items - Search for items in the rustdoc JSON by name or concept.
- struct_
fields - Reconstruct a struct’s signature fields.
- type_
to_ string - Recursively convert a rustdoc JSON
Typevalue to a human-readable string.