You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2025. It is now read-only.
*[`ujson`] supports JSON serialization and deserialization for `no_std` environments, but is experimental (and not on crates.io), and is unlikely to be stabilized as-is
116
116
* It is unknown if ujson welcomes contributions
117
+
*[`postcard`](https://github.com/jamesmunns/postcard) provides efficient, heapless, `no_std`-friendly serialization protocol for use in embedded environments.
118
+
*[`postcard-rpc`](https://github.com/jamesmunns/postcard-rpc) builds on postcard to provide an RPC communciation layer.
117
119
* There are a number of forks of `std`-only `serde` backends, though they do not seem to have official support from the upstream libraries. These forks include:
118
120
*[`bincode-no-std`]
119
121
*[`cbor-no-std`]
120
122
123
+
121
124
## Support crates for USB Host and USB Device Support
0 commit comments