Module peel::example::prelude [] [src]

Sensible defaults for the example parsers

Reexports

pub use Peel;
pub use parser::Parsable;
pub use parser::ParserResult;
pub use parser::ParserResultVec;
pub use super::peel_example;

Modules

fmt

Utilities for formatting and printing Strings

Structs

Parser1

The first example parser

Parser2

The second example parser

Parser3

The third example parser

Parser4

The fourth example parser

Parser1Result

The result of the first example parser

Parser2Result

The result of the second example parser

Parser3Result

The result of the third example parser

Parser4Result

The result of the fourth example parser

Enums

IResult

Holds the result of parsing functions