Crate atm_parser_helper_common_syntax[][src]

Enums

Traits

A trait for error types that can represent errors occurring when parsing a byte string literal.

A trait for error types that can represent errors occurring when parsing an integer literal.

A trait for error types that can represent errors occurring when parsing an integer literal.

A trait for error types that can represent errors occurring when parsing a UTF-8 string literal.

A trait for error types that can represent errors occurring when parsing whitespace.

Functions

Parse a byte string literal.

Parse a floating-point number literal.

Parse an integer literal.

Parse number literal.

Parse a UTF-8 string literal.

Parse an arbitrary amount of whitespace.