noa-parser 0.7.4

Noa parser is an extensible general purpose framework parser allowing to parser any type of data without allocation.
Documentation
1
2
3
4
5
6
//! Specialized parsers for bytes.
pub mod components;
pub mod matchers;
pub mod primitives;
mod recognizer;
pub mod token;