mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-26 00:01:33 +00:00
core/upgrade/: Add ReadyUpgrade
(#2855)
This commit is contained in:
@ -65,6 +65,7 @@ mod from_fn;
|
||||
mod map;
|
||||
mod optional;
|
||||
mod pending;
|
||||
mod ready;
|
||||
mod select;
|
||||
mod transfer;
|
||||
|
||||
@ -79,6 +80,7 @@ pub use self::{
|
||||
map::{MapInboundUpgrade, MapInboundUpgradeErr, MapOutboundUpgrade, MapOutboundUpgradeErr},
|
||||
optional::OptionalUpgrade,
|
||||
pending::PendingUpgrade,
|
||||
ready::ReadyUpgrade,
|
||||
select::SelectUpgrade,
|
||||
transfer::{read_length_prefixed, read_varint, write_length_prefixed, write_varint},
|
||||
};
|
||||
|
Reference in New Issue
Block a user