Module nommy::text[][src]

Basic Parsers over string data

Structs

AnyOf

AnyOf is a generic type that implements Parse to match many characters within the given string

AnyOf1

AnyOf1 is a generic type that implements Parse to match many characters within the given string

LineEnding

Parses newline "\n" or carriage return "\r\n"

OneOf

OneOf is a generic type that implements Parse to match one character within the given string

Space

Type that parses any space characters (tabs, spaces)

Tag

Tag is a generic type that implements Parse to match the given string exactly

WhileNot1

WhileNot1 is a generic type that implements Parse to match many characters not within the given string

WhiteSpace

Type that parses any whitespace characters (tabs, spaces, newlines and carriage returns)