wood_parse 0.2.0

A library for lexing
Documentation
1
2
3
4
5
6
7
8
mod char_parsing;
mod text_parser;
mod text_parser_utils;
mod util;

pub use text_parser::{Peeker, PeekerTrait, TextParser, TextParserTrait};
pub use text_parser_utils::TextParserUtils;
pub use util::TextParserResult;