jamesmunns / postcard-rpc

An RPC layer for postcard based protocols
Apache License 2.0
48 stars 11 forks source link

Move Cobs Wire Worker behind feature flag. #6

Closed royb3 closed 4 months ago

royb3 commented 4 months ago

Hi, I tried to use Postcard-RPC in a project. I think it's actually pretty nice to use, but I have no need for the serial COBS worker or the Tokio serial dependency. I moved the Tokio serial stuff to a new mod and put that behind a feature flag.

Do you think this is a good idea, or would you solve this in a different way?

P.S. I did remove the deprecated new constructor.

jamesmunns commented 4 months ago

Thank you!

jamesmunns commented 4 months ago

Released as v0.4