core-json-embedded-io 0.4.0

`embedded-io` support for `core-json`
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 6.2 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 881.22 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 14s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kayabaNerve

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.