Crate serde_kdl[][src]

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

A newtype wrapper for KdlNode with Serde support.

A newtype wrapper for KdlValue with Serde support.