Expand description

Commonly used functions, traits and types.

Listen, three eyes,” he said, “don’t you try to outweird me, I get stranger things than you free with my breakfast cereal.”

Re-exports

pub use super::error::Error as _;
pub use super::error::Simple;
pub use super::primitive::any;
pub use super::primitive::choice;
pub use super::primitive::empty;
pub use super::primitive::end;
pub use super::primitive::filter;
pub use super::primitive::filter_map;
pub use super::primitive::just;
pub use super::primitive::none_of;
pub use super::primitive::one_of;
pub use super::primitive::seq;
Deprecated
pub use super::primitive::take_until;
pub use super::primitive::todo;
pub use super::recovery::nested_delimiters;
pub use super::recovery::skip_then_retry_until;
pub use super::recovery::skip_until;
pub use super::recursive::recursive;
pub use super::recursive::Recursive;
pub use super::select;
pub use super::span::Span as _;
pub use super::text;
pub use super::text::TextParser as _;
pub use super::BoxedParser;
pub use super::Parser;