core-json embedded-io
embedded-io support for
core-json.
Why?
core-json is a core-only JSON deserializer. It is abstract to the reader
yet uses its own
Read trait in
order to maintain zero dependencies. embedded-io is the most prominent crate
for performing IO operations without std, alloc.
This crate offers adapters so implementors of
embedded_io::Read can be used with core-json.
Changelog
A changelog may be found here.