Skip to main content

Crate shadow_core

Crate shadow_core 

Source
Expand description

Shadow Network Core - Foundational types and traits for the steganographic P2P network

This crate provides the core abstractions, types, and traits used throughout the shadow network implementation.

Re-exports§

pub use config::NetworkConfig;
pub use error::Result;
pub use error::ShadowError;
pub use packet::Packet;
pub use packet::PacketType;
pub use peer::PeerId;
pub use peer::PeerInfo;
pub use transport::CoverProtocol;
pub use transport::Transport;
pub use transport::TransportStats;

Modules§

config
error
packet
peer
transport
types