Registry / serialization / kdl
library6.7.0rscratesunverified

Document-oriented KDL parser and API allowing formatting/whitespace/comment-preserving parsing and modification of KDL text.

# Cargo.toml [dependencies] kdl = "6.7.0"
INSTALL
IMPORT
SIG · KDL
K
kdl
serializationrustv6.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

KdlDocument
use kdl::KdlDocument;

Parse a simple KDL string into a document.

use kdl::KdlDocument; fn main() -> Result<(), Box<dyn std::error::Error>> { let doc: KdlDocument = "foo 1 2 3".parse()?; println!("{:?}", doc); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
28
Resources
kdl — cargo add kdl · libregistry