| Crates.io | extra-embedded-io-adapters |
| lib.rs | extra-embedded-io-adapters |
| version | 0.1.0 |
| created_at | 2025-10-09 15:55:27.636492+00 |
| updated_at | 2025-10-09 15:55:27.636492+00 |
| description | Implementations of embedded-io's Write trait for other crates' types |
| homepage | |
| repository | https://codeberg.org/chrysn/windowed-infinity |
| max_upload_size | |
| id | 1875808 |
| size | 18,630 |
Types that encapsulate foreign types into embedded-io writers.
Exceeding what the embedded-io-adapters (which
gets co-developed with embedded-io) does,
embedded_io::Write for foreign types (WritableCrc
etc.), but also foreign traits for any implementation of embedded_io::Write
(ForeignWritable).digest::Digest)embedded-io traits (e.g. ciborium_io::Write)This library is not intended to be part of any other crate’s public dependencies, and will do breaking releases whenever its own public dependencies change. Users who want to support different versions of other crates may need to resort to using multiple versions of this crate.