Skip to main content

Crate rustidy_parse

Crate rustidy_parse 

Source
Expand description

Parsing

Structs§

NeverError
Parser
Parser
ParserError
Parser error
ParserLoc
Parser location (0-indexed).
PeekState
Peek state
RecursiveWrapper
Recursive type parser

Enums§

ParserTag
Parser tag
Tuple1Error
Tuple2Error
Tuple3Error
Tuple4Error

Traits§

FromRecursiveRoot
IntoRecursiveRoot
ParsableFrom
Types that may be parsed from another
ParsableRecursive
Recursive type
Parse
Parsable types
ParseError
Parse error
ParsePeeked
Types that may be parsed using a peek into itself
TryFromRecursiveRoot

Functions§

parse_from_str
[Parser::parse] for strings
try_parse_from_str
[Parser::try_parse] for strings

Derive Macros§

Parse
ParseError
ParseRecursive