Module chumsky::prelude[][src]

Expand description

Commonly used functions, traits and types.

Re-exports

pub use super::error::Error as _;
pub use super::error::Simple;
pub use super::text::TextParser as _;
pub use super::text::whitespace;
pub use super::primitive::just;
pub use super::primitive::filter;
pub use super::primitive::end;
pub use super::primitive::any;
pub use super::recursive::recursive;
pub use super::Parser;