servant-codec 0.1.0

servant-code是servant的网络层编码库,基于futures_codec库。
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// -- mod.rs --

mod type_of;
mod rng;
mod length;

// --

pub use rng::no_zero_rand_gen;
pub use rng::rand_gen;
pub use type_of::type_of;
pub use length::Length;