Expand description
This crate provides a BrailleAsciiString wrapper around an AsciiString representing a string encoded in the Braille Ascii format (commonly used in Braille Ready Files). Functions are provided to convert between unicode Braille pattern strings and Braille ASCII encoded strings.
Re-exports§
pub use ascii;
Structs§
- Braille
Ascii String - A type representing an owned ASCII string that encodes a sequence of Braille cells.
- From
Unicode Error - An error indicating that an invalid character was found.