use Doc;
pub use Item;
use Crate;
/// Represents parsed documentation data with a structured AST.
///
/// This struct holds the complete rustdoc AST (Abstract Syntax Tree) after
/// JSON deserialization. The AST contains all documentation items, their
/// relationships, and metadata in a structured format ready for indexing
/// and processing.