Crates.io | serde_kdl |
lib.rs | serde_kdl |
version | 0.1.0 |
source | src |
created_at | 2021-09-22 11:01:13.525954 |
updated_at | 2021-09-22 11:01:13.525954 |
description | Serde support for KDL document language |
homepage | |
repository | https://github.com/Br1ght0ne/serde_kdl |
max_upload_size | |
id | 454836 |
size | 22,668 |
serde_kdl
serde_kdl
provides Serde serialization/deserialization support for the
kdl
crate, which implements KDL document language in Rust.
Just wrap your KdlNode
s and KdlValue
s
with Node
s and Value
s correspondingly.