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
7
8
9
10
11
#![doc = include_str!("../Readme.md")]
pub mod acceptor;
pub mod bytes;
pub mod errors;
pub mod matcher;
pub mod peek;
pub mod peeker;
pub mod recognizer;
pub mod scanner;
pub mod separated_list;
pub mod visitor;