jamesmunns / postcard-rpc

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

Add a special "logging" Topic to the `standard_icd` #14

Closed jamesmunns closed 3 weeks ago

jamesmunns commented 6 months ago

Right now, all of the postcard-rpc machinery requires owned types.

It would be nice to have a special path for logging borrowed text.

This won't follow the "Schema" impl (that requires owned types too IIRC), so it'll have to be kind of hacky.

jamesmunns commented 3 weeks ago

This was added in 0.10.