Structs§
- Default
Rules - The default
Parser
rules - including Rust-style comments and identifiers. - Exact
Rules - Like
DefaultRules
, except whitespace is never skipped automatically. - Line
Based Rules - Like
DefaultRules
, except newlines are not considered whitespace and will not be skipped over. - Parse
Error - Parser
- A struct for parsing a given input.
Enums§
Traits§
- Parser
Rules - A trait that can be implemented to customize a
Parser
.