Module chumsky::text[][src]

Expand description

Text-specific parsers and utilities.

Traits

A trait implemented by textual character types (currently, u8 and char).

A trait containing text-specific functionality that extends the Parser trait.

Functions

A parser that accepts one or more ASCII digits.

A parser that accepts a C-style identifier.

A parser that accepts a positive integer.

A parser that accepts (and ignores) any newline characters or character sequences.

A parser that accepts (and ignores) any number of whitespace characters.

Type Definitions

The type of a parser that accepts (and ignores) any number of whitespace characters before or after another pattern.

The type of a parser that accepts (and ignores) any number of whitespace characters.