1 unstable release
0.1.0 | Dec 11, 2022 |
---|
#41 in Accessibility
Used in brf-macro
13KB
178 lines
Braille ASCII strings for Rust
This crate provides a BrailleAsciiString
wrapper around an AsciiString
from
the ascii
crate 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.
lib.rs
:
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.
Dependencies
~145KB