net-mux 0.2.4

A Net Stream Multiplexing Library
Documentation
1
2
3
4
5
6
7
pub(crate) type Version = u8;
pub(crate) type SessionMode = bool;

pub(crate) const PROTOCOL_V0: Version = 0x0;

pub(crate) const SERVER_MODE: SessionMode = false;
pub(crate) const CLIENT_MODE: SessionMode = true;