Crate latinrs

Source
Expand description

§Latin.rs

Latin.rs is a package that transliterates text and characters into thier latin form.

Functions§

encode_char
Encode a single special character into its latin form, if the character is not special it returns the original form. Note that the output of this function is str meaning it can be longer than one character.
encode_str
Encode all special characters in a string into their latin form.