pubmodrange;modresult;pubmodset;/// Contains predefined parsers and combinators.
pubmodparser;/// Utility functions to recognize char class of byte value.
pubmodchar_class;pubusecrate::result::{Error,Result, RollbackRecord, RollbackType};/// Parser type, `Parser<I, O>` is alias of `parser::Parser<'static, I, O>`.
pubtypeParser<I, O>=parser::Parser<'static, I, O>;