You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In /misc we have the quick-protobuf-codec crate which makes working with protobuf structs over streams quite easy as you only need to construct a asynchronous_codec::Framed type and can read and write full protobuf messages on any Async{Read,Write}.
In
/misc
we have thequick-protobuf-codec
crate which makes working with protobuf structs over streams quite easy as you only need to construct aasynchronous_codec::Framed
type and can read and write full protobuf messages on anyAsync{Read,Write}
.We should make use of this in
libp2p-autonat
.See https://docs.rs/quick-protobuf-codec.
Previous tracking issue: #2500
The text was updated successfully, but these errors were encountered: