typhoon-protocol 0.1.0

A sample implementation of TYPHOON protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod common;
mod dynamic;
mod fixed;
mod holder;
mod pool;
mod r#static;
mod utils;

pub use common::{ByteBuffer, ByteBufferMut};
pub use dynamic::DynamicByteBuffer;
pub use fixed::FixedByteBuffer;
pub use pool::BytePool;
pub use r#static::StaticByteBuffer;