1 2 3 4 5 6 7 8 9 10
//! Describes the top-level document structure. mod attribute; pub use attribute::{Attribute, AttributeValue, RawAttributeValue}; mod document; pub use document::Document; mod header; pub use header::Header;