Crates.io | knurdy |
lib.rs | knurdy |
version | 0.2.0 |
source | src |
created_at | 2022-09-30 18:26:33.680414 |
updated_at | 2023-07-25 20:34:44.402459 |
description | Minimal, opinionated KDL deserialization with Serde |
homepage | |
repository | https://www.github.com/gamma-delta/knurdy |
max_upload_size | |
id | 677453 |
size | 32,948 |
A minimal, low-copy, very opinionated conversion layer from the kdl library to serde.
This is mainly intended for Dialga, my crate for a Caves of Qud-like blueprint instatiation system, which in turn is intended for Palkia.
There were shortcomings for me with all the extant KDL libraries for Rust:
Call knurdy::deserialize_node
, or directly use the KdlNodeDeser
.