Crates.io | kserde |
lib.rs | kserde |
version | 0.1.0 |
source | src |
created_at | 2021-04-09 03:09:05.493157 |
updated_at | 2021-04-09 03:09:05.493157 |
description | A tiny serialization / deserialization crate |
homepage | |
repository | |
max_upload_size | |
id | 381145 |
size | 42,570 |
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!