msrt 0.1.5

Portable MSRT protocol implementation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![doc = "Endpoint session lifecycle helpers."]

pub mod client;
pub mod passive;
pub mod peer;
pub mod server;

pub use client::ClientEndpoint;
pub use passive::PassiveEndpoint;
pub use peer::{EndpointPoll, PeerSlot, PeerState};
pub use server::{AcceptError, PeerEntry, ServerEndpoint};