jamesmunns / postcard-rpc

An RPC layer for postcard based protocols
Apache License 2.0
90 stars 21 forks source link

Add `dispatch!` macro for embedded devices, similar to `tokio::select!` #33

Closed glaeqen closed 3 weeks ago

jamesmunns commented 5 months ago

CC #26

jamesmunns commented 3 weeks ago

I've significantly reworked how servers are implemented in the changes between 0.7 and 0.10, which should now make it possible to support other interfaces. Please let me know if you have any issues using that new interface!