netstack 0.3.0

A batteries included networking crate for games.
Documentation
1
2
3
4
5
#[derive(Debug, Fail)]
pub enum SerializationError {
    #[fail(display = "Parsing VarUInt further would overflow the maximum number of iterations")]
    VarUIntOverflow,
}