typhoon-protocol 0.1.0

A sample implementation of TYPHOON protocol
Documentation
1
2
3
4
5
mod flags;
mod structure;

pub use flags::{PacketFlags, ReturnCode};
pub use structure::{ClientConnectionHandler, IdentityType, ServerConnectionHandler, Tailer};