Module knightrs::text[][src]

Expand description

Types relating to the Text.

Structs

InvalidChar

An error that indicates a character within a Knight string wasn’t valid.

Text

The string type within Knight.

Functions

is_valid_char

Checks to see if chr is a valid knight character.