Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit 4887cf9

Browse files
committed
docs: add postcard/postcard-rpc to README.md #31
1 parent 1a926c6 commit 4887cf9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,13 @@ We should also have support for different ways of serializing data, primarily:
114114
* ssmarshal welcomes [contributions](https://gitlab.com/robigalia/ssmarshal/blob/master/CONTRIBUTING.md)
115115
* [`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
116116
* 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.
117119
* 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:
118120
* [`bincode-no-std`]
119121
* [`cbor-no-std`]
120122

123+
121124
## Support crates for USB Host and USB Device Support
122125

123126
### Background

0 commit comments

Comments
 (0)