A zerocopy codec for encoding and decoding data in no_std environments.
This crate is based on embedded_io_async's
Read and Write traits.
It's recommended to use embedded_io_adapters if you are using other async Read and Write traits like tokio's AsyncRead and AsyncWrite.
See the examples for more information.
log: Enables logging usinglog.tracing: Enables logging usingtracing.defmt: Enables logging usingdefmtand implementsdefmt::Formatfor structs and enums.
Licensed under either of
- Apache License, Version 2.0. LICENSE-APACHE or Apache-2.0 license
- MIT license. LICENSE-MIT or MIT license
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.