Expand description
Declarative XML engine.
The crate is intentionally organized as one package with internal modules. Domain-specific profiles live outside this engine.
Modulesยง
- builder
- Ergonomic builders over the core XML model.
- component
- Leptos-style XML component model.
- core
- XML tree, names, namespaces, and shared error types.
- macros
- Declarative XML macro surface.
- parser
- Safe XML parsing into the core model.
- query
- XPath-like query subset.
- schema
- Structural XML contracts and validation.
- security
- Security limits and safe defaults shared by higher-level modules.
- signature
- Canonicalization, digest, and XMLDSig foundations.
- testing
- Test helpers for the XML engine.
- transform
- XML-to-XML transformation primitives.
- writer
- Deterministic XML serialization.