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

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