Skip to main content

Module parse

Module parse 

Source
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 of KdlSource backed by the kdl 6.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 .zen source bytes.