Crate core_json_embedded_io

Crate core_json_embedded_io 

Source
Expand description

§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.

Structs§

ReadAdapter
An adapter from embedded_io::Read to core_json::Read.