Re-exports§
pub use error::Error;
pub use types::protocol::ProtocolName;
Modules§
- Protocol codecs.
Litep2p
configuration.- Crypto-related code.
Litep2p
error types.- Behavior defining how futures running in the background should be executed.
- Protocol-related defines.
- Substream-related helper code.
- Transport protocol implementations provided by
Litep2p
. - Types used by
Litep2p
protocols/transport. - This crate implements the Yamux specification.
Structs§
- Bandwidth sink which provides metering for inbound/outbound byte usage.
Litep2p
object.- Identifier of a peer of the network.
Enums§
- Litep2p events.
Type Aliases§
- Public result type used by the crate.