elyze 1.5.5

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