[][src]Module manger::chars

Types for consuming individual utf-8 characters.

This module contains common ASCII characters, latin alphabetic letters and decimals numeric digits.

Modules

alpha

Enums to consume letters for the Latin Alphabet.

num

Structs to consume decimals digits.

Structs

Ampersand

Chars that represents the respective utf-8 character.

Asterisk

Chars that represents the respective utf-8 character.

At

Chars that represents the respective utf-8 character.

Backslash

Chars that represents the respective utf-8 character.

Caret

Chars that represents the respective utf-8 character.

CloseBrace

Chars that represents the respective utf-8 character.

CloseBracket

Chars that represents the respective utf-8 character.

CloseParenthese

Chars that represents the respective utf-8 character.

Colon

Chars that represents the respective utf-8 character.

Comma

Chars that represents the respective utf-8 character.

Dollar

Chars that represents the respective utf-8 character.

DoubleQuotes

Chars that represents the respective utf-8 character.

Equals

Chars that represents the respective utf-8 character.

Exclamation

Chars that represents the respective utf-8 character.

Grave

Chars that represents the respective utf-8 character.

Hash

Chars that represents the respective utf-8 character.

Hyphen

Chars that represents the respective utf-8 character.

LessThan

Chars that represents the respective utf-8 character.

MoreThan

Chars that represents the respective utf-8 character.

NewLine

Chars that represents the respective utf-8 character.

OpenBrace

Chars that represents the respective utf-8 character.

OpenBracket

Chars that represents the respective utf-8 character.

OpenParenthese

Chars that represents the respective utf-8 character.

Percent

Chars that represents the respective utf-8 character.

Period

Chars that represents the respective utf-8 character.

Plus

Chars that represents the respective utf-8 character.

Question

Chars that represents the respective utf-8 character.

Semicolon

Chars that represents the respective utf-8 character.

SingleQuote

Chars that represents the respective utf-8 character.

Slash

Chars that represents the respective utf-8 character.

Space

Chars that represents the respective utf-8 character.

Tab

Chars that represents the respective utf-8 character.

Tilde

Chars that represents the respective utf-8 character.

Underscore

Chars that represents the respective utf-8 character.

VerticalBar

Chars that represents the respective utf-8 character.