As there are a few old PRs and issues including some suggestion of an unmaintained RUSTSEC, I've published a fork which I intend to maintain.
As described in the README and CHANGELOG, I have included most of the open PRs at time of writing.
Additional features include:
From and FromIterator impls for built-in types
- 128-bit integers
serde_json-like as_*(&self) -> Option<*> methods (as_u8, as_seq_mut etc.)
I am open to contributions but don't ancticipate making significant changes to the core functioning of the crate.
Alternatives include
- serde-content: more heavily inspired by serde's internals, and allows borrowed data
- serde-val: another serde-value fork which adds only no_std support and has left a lot of metadata out of sync. Maybe we can converge, @jonasstrehle ?
As there are a few old PRs and issues including some suggestion of an unmaintained RUSTSEC, I've published a fork which I intend to maintain.
As described in the README and CHANGELOG, I have included most of the open PRs at time of writing.
Additional features include:
FromandFromIteratorimpls for built-in typesserde_json-likeas_*(&self) -> Option<*>methods (as_u8,as_seq_mutetc.)I am open to contributions but don't ancticipate making significant changes to the core functioning of the crate.
Alternatives include