Closed yaoxin1995 closed 1 year ago
There is also a similar codec that explicitly targets no_std: https://github.com/jamesmunns/postcard
Some of us haven't touched this project in
Bincode 1.3.3 does not support #![no_std]
Bincode 2.0.0-rc does support #![no_std]
but is not properly released yet
Hey, I want to use this crate in no_std. Does it already support it?
There is no doc on how to set it up in no_std env. So how can I set it up? Many thanks
@badboy @nelsonjchen @mbrubeck @antrik @jdm