Crate sashimi

Source

Structs§

DefaultRules
The default Parser rules - including Rust-style comments and identifiers.
ExactRules
Like DefaultRules, except whitespace is never skipped automatically.
LineBasedRules
Like DefaultRules, except newlines are not considered whitespace and will not be skipped over.
ParseError
Parser
A struct for parsing a given input.

Enums§

ParseErrorKind

Traits§

ParserRules
A trait that can be implemented to customize a Parser.

Type Aliases§

DefaultParser
ExactParser