mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-26 16:21:39 +00:00
pub use proto::Record
This commit is contained in:
@ -50,6 +50,7 @@ pub use behaviour::{Kademlia, KademliaConfig, KademliaEvent, Quorum};
|
|||||||
pub use protocol::KadConnectionType;
|
pub use protocol::KadConnectionType;
|
||||||
pub use query::QueryId;
|
pub use query::QueryId;
|
||||||
pub use record::{store, ProviderRecord, Record};
|
pub use record::{store, ProviderRecord, Record};
|
||||||
|
pub use dht_proto::{Record as ProtoRecord};
|
||||||
|
|
||||||
use std::num::NonZeroUsize;
|
use std::num::NonZeroUsize;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user