1 unstable release
| 0.1.0 | Apr 9, 2021 |
|---|
#1405 in Encoding
Used in kgltf
30KB
851 lines
WORK IN PROGRESS
kserde is a very minimalist serialization / deserialization crate.
This crate builds very quickly (less than 1 second on my computer).
Presently kserde only supports JSON, it is undertested, and likely much of it will change.
Use with caution!
lib.rs:
A minimalist serialization / deserialization crate. WORK IN PROGRESS