n0-computer / quic-rpc

A streaming rpc system based on quic
Other
89 stars 12 forks source link

Add boxed transport #81

Closed rklaehn closed 2 months ago

rklaehn commented 2 months ago

Boxed transform that allows to unify different transports without having to have a type parameter.

It has a special case for the memory transport so that one is not boxing.