rips-packets 0.1.0

Fast network packet parsing and manipulation
Documentation
1
2
3
4
5
6
7
8
#![allow(non_camel_case_types)]
#![allow(missing_docs)]

pub type u2 = u8;
pub type u3 = u8;
pub type u4 = u8;
pub type u6 = u8;
pub type u13 = u16;