Crate serde_kdl

Crate serde_kdl 

Source
Expand description

serde_kdl provides Serde serialization/deserialization support for the kdl crate, which implements KDL document language in Rust.

§Usage

Just wrap your KdlNodes and KdlValues with Nodes and Values correspondingly.

Structs§

Node
A newtype wrapper for KdlNode with Serde support.
Value
A newtype wrapper for KdlValue with Serde support.