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

docs: add postcard/postcard-rpc to README.md #31 #33

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,13 @@ We should also have support for different ways of serializing data, primarily:
* ssmarshal welcomes [contributions](https://gitlab.com/robigalia/ssmarshal/blob/master/CONTRIBUTING.md)
* [`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
* It is unknown if ujson welcomes contributions
* [`postcard`](https://github.com/jamesmunns/postcard) provides efficient, heapless, `no_std`-friendly serialization protocol for use in embedded environments.
* [`postcard-rpc`](https://github.com/jamesmunns/postcard-rpc) builds on postcard to provide an RPC communciation layer.
* 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:
* [`bincode-no-std`]
* [`cbor-no-std`]


## Support crates for USB Host and USB Device Support

### Background
Expand Down