ssp-client 0.1.0

Client library for SSP, a Slippi session protocol
1
2
3
4
5
6
7
8
9
10
11
12
13
mod crypter;
mod dolphin;
mod game;
mod handshake;
mod msg;
mod net;

#[doc(hidden)]
pub use dolphin::ENET_INSTANCE;
pub use game::{
    ConnectionState, DiscoveryMode, NetworkProfile, Session, SessionBuilder, SessionError,
    SessionState, TimeoutConfig,
};