postcard-rpc 0.11.1

A no_std + serde compatible RPC library for Rust
Documentation
1
2
3
4
5
6
7
8
9
//! Implementations of various Server traits
//!
//! The implementations in this module typically require feature flags to be set.

#[cfg(feature = "embassy-usb-0_3-server")]
pub mod embassy_usb_v0_3;

#[cfg(feature = "test-utils")]
pub mod test_channels;