npsd 0.2.0

Network payload serializer / deserializer framework
Documentation
1
2
3
4
5
6
7
8
use super::{PayloadInfo, PayloadConstHash, size_mul};

pub mod collections;
pub mod io;
pub mod net;
pub mod slice;
pub mod smart;
pub mod time;