stomp-parser 0.8.0

A crate for parsing Stomp frames, implemented using nom.
Documentation
1
2
3
4
5
pub const HEADER_PARTS_SEPARATOR: &[u8] = b":";
pub const LINE_SEPARATOR: &[u8] = b"\n";
pub const TERMINATOR: &[u8] = b"\x00";

pub const EMPTY: [u8; 0] = [];