Summary
Follow libp2p/rust-libp2p#6363 on migrating to prost. The unmaintained quick-protobuf dependency comes mostly from rust-libp2p (which should be dropped given the linked PR in the next release), but we also use it directly in Forest
|
use quick_protobuf::{MessageInfo, MessageRead, MessageWrite, BytesReader, Writer, WriterBackend, Result}; |
|
use quick_protobuf::sizeofs::*; |
Completion Criteria
Additional Links & Resources
Summary
Follow libp2p/rust-libp2p#6363 on migrating to
prost. The unmaintainedquick-protobufdependency comes mostly fromrust-libp2p(which should be dropped given the linked PR in the next release), but we also use it directly in Forestforest/src/libp2p_bitswap/bitswap_pb.rs
Lines 15 to 16 in fc6578e
Completion Criteria
quick-protobufis no longer a direct dependency of ForestAdditional Links & Resources