Crate old_norse_alphabet[][src]

Expand description

Old Norse alphabet constants & sort for Rust.

Old Norse constains letters that may be hard to type with most keyboards. Prime examples being þ, ð and ǫ. There are also some letters “missing”, like c and q. This package offers the alphabet & tricky individual letters as JS constants.

Also provides sorting function to get the old norse alphabet order just right.

Constants

Same as ash, æ

æ

ð

œ

Functions

Return old norse alphabet in lowercase.

Return old norse alphabet in uppercase.

Return old norse alphabet letters that are valid as a first letter. To put it simply: this does not include letter ð

Comparison function to sort by Old Norse alphabetical order. Can be hooked to vec.sort_by()