Crates.io | framez |
lib.rs | framez |
version | 0.3.0 |
created_at | 2025-06-12 10:50:14.841544+00 |
updated_at | 2025-07-05 05:46:31.344351+00 |
description | A zerocopy codec for encoding and decoding data in no_std environments. |
homepage | |
repository | https://github.com/JadKHaddad/framez |
max_upload_size | |
id | 1709680 |
size | 93,859 |
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 using log
.tracing
: Enables logging using tracing
.defmt
: Enables logging using defmt
and implements defmt::Format
for structs and enums.Licensed under either of
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.