Module nommy::text[][src]

Structs

AnyInRange

AnyInRange is a generic type that implements Parse to match many characters within the given range

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"

OneInRange

OneInRange is a generic type that implements Parse to match one character within the given range

OneInRangeError

Error type returned by OneInRange's parse function

OneOf

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

Space
Tag

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

WhileNot1

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

WhiteSpace

Type Definitions

AnyDigits

AnyDigits parses any length of ascii digits

AnyLowercase

AnyLowercase parses any length of lower ascii letters

AnyUppercase

AnyUppercase parses any length of upper ascii letters

OneDigits

OneDigits parses one character that matches any ascii digits

OneLowercase

OneLowercase parses one character that matches any lower ascii letters

OneUppercase

OneUppercase parses one character that matches any upper ascii letters