| Crates.io | core-json-embedded-io |
| lib.rs | core-json-embedded-io |
| version | 0.4.0 |
| created_at | 2025-10-05 08:18:47.082855+00 |
| updated_at | 2025-10-21 15:55:01.680758+00 |
| description | `embedded-io` support for `core-json` |
| homepage | |
| repository | https://github.com/core-json/core-json/tree/main/embedded-io |
| max_upload_size | |
| id | 1868772 |
| size | 6,706 |
core-json embedded-ioembedded-io support for
core-json.
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.
A changelog may be found here.