Expand description
Some utilities for parsing some format based on nested lists into arbitrary data structures. It’s also meant to be used as a backend for parsers.
Macros§
- derive_
symbol_ parsable - Derives
Parsable
from symbol for types which implementFromStr
.
Structs§
- Parser
- The token parser to parse the units into wanted types.
Enums§
Traits§
- Context
- A trait required for all contexts being used for token parsing.
- Parsable
- This trait needs to be implemented for every struct which can be parsed using the token parser.
Type Aliases§
- Result
- The result type for token parsing.