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
6
//! Specialized primitive parsers for bytes.

pub mod binary_operator;
pub mod number;
pub mod string;
pub mod whitespace;