-
Notifications
You must be signed in to change notification settings - Fork 147
Open
Labels
Description
Thanks for this library!
Is there any interest from the devs in no_std
support?
We have been using corepack
as an alternative but it is inferior to rmp
in a number of ways unrelated to the std
support.
I might be willing to provide a patch along the lines of,
- adding a feature
nightly
which will allow using nightly-only features likealloc
crate - selecting
serde
andbyteorder
withdefault-features = false
in theCargo.toml
in nightly mode - Replacing most uses of
std
prefix with eithercore
oralloc
as appropriate
jon-chuang and Techcable