#kdl #parser #level #primitive #low-level #higher-level #deserializer

kaydle-primitives

Low level primitive parsers for KDL, intended as a building block for higher level parsers or deserializers

5 stable releases

3.0.0 Jul 17, 2022
2.3.0 Apr 11, 2022
2.1.0 Apr 11, 2022
2.0.0 Apr 11, 2022
1.0.0 Feb 4, 2022

#2905 in Rust patterns


Used in kaydle

MPL-2.0 license

86KB
2K SLoC

KDL Primitives

This crate contains parsers and other low-level helper types for handling KDL documents. It should be considered a complete but highly skeletal KDL implementation, suitable for use by KDL crate authors to provide higher level access to KDL data. Unless you're working on a KDL implementation, you should probably not be using this crate.


lib.rs:

This crate contains parsers and other low-level helper types for handling KDL documents. It is a complete but highly skeletal KDL implementation, suitable for use by KDL crate authors to provide higher level access to KDL data. Unless you're working on a KDL implementation, you should probably not be using this crate.

Dependencies

~2.5MB
~53K SLoC