structure icon indicating copy to clipboard operation
structure copied to clipboard

Use format strings to create strongly-typed data pack/unpack interfaces

Results 2 structure issues
Sort by recently updated
recently updated
newest added

This is a draft PR that adds no_std support to the crate, thereby enabling embedded hardware to use the crate It is a collaborative effort with @birkenfeld and @shymega (I),...

Hi, I'm working on embedded firmware, and I need to use this crate for communicating with the embedded microcontroller over UART. However, it needs to be used in `no_std` environment....