Expand description
Parse layer re-exports and the KdlSource trait.
Re-exports§
pub use kdl_adapter::KdlAdapter;pub use policy::parse_brand_contract;pub use policy::parse_diagnostic_policy;
Modules§
- kdl_
adapter KdlAdapter— the concrete implementation ofKdlSourcebacked by thekdl6.x crate.- policy
- Standalone parsers for config blocks (
diagnostics { … },brand { … }). - transform
- KDL-node-tree → Zenith AST transform.
Traits§
- KdlSource
- Contract for a type that can parse and format
.zensource bytes.