Crate tinyparse

Source

Modules§

common
error
grammar

Structs§

FrozenSpan
A snapshot of a Span which was returned in an error.
Parser
A boxed version of the Parse trait.
Span
A container for the actual data we are parsing.

Traits§

IntoParser
Performs a conversion for any type that can be converted into a Parser.
Parse
Anything that is capable of Parsing from a Span.