Crate braille_ascii

Source
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§

BrailleAsciiString
A type representing an owned ASCII string that encodes a sequence of Braille cells.
FromUnicodeError
An error indicating that an invalid character was found.