mutnet 0.7.0

Unsafe-free and allocation-free, no-std network protocol parsing and in-place manipulation library.
Documentation
1
2
3
4
5
6
7
pub(crate) trait PseudoHeaderChecksum {
    fn pseudo_header_checksum(&self) -> u64;
}

pub(crate) trait UpdateIpLength {
    fn update_ip_length(&mut self);
}