msgpack-rust
msgpack-rust copied to clipboard
Add heapless-backed ByteBuf
Use of alloc crate is now behind a feature
Still missing proper error handling, but I wanted to get an idea if this would be a potentially accepted PR before putting in too much effort.
I'm also interested in such a feat as I'm tying to use this crate from an embedded app (a Ledger embedded app).
@ilmai perhaps it'll be better to split buffer.rs into two files for diff impls?
Also, it seems having PR #334 merged will be beneficial for this.