mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 22:11:06 +00:00
expose transport, peer_info and discovery in sc-network (#14132)
* expose transport, peer_info and discovery in sc-network * fix fmt * add missing module docs
This commit is contained in:
@@ -243,17 +243,17 @@
|
||||
//! More precise usage details are still being worked on and will likely change in the future.
|
||||
|
||||
mod behaviour;
|
||||
mod discovery;
|
||||
mod peer_info;
|
||||
mod protocol;
|
||||
mod service;
|
||||
mod transport;
|
||||
|
||||
pub mod config;
|
||||
pub mod discovery;
|
||||
pub mod error;
|
||||
pub mod event;
|
||||
pub mod network_state;
|
||||
pub mod peer_info;
|
||||
pub mod request_responses;
|
||||
pub mod transport;
|
||||
pub mod types;
|
||||
pub mod utils;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user