Module nommy::bytes[][src]

Structs

AnyOf1

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

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

OneOfError

Error type returned by OneOf's parse function

Tag

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

TagParseError

Error type returned by Tag's parse function