#braille #ascii #string

braille-ascii

A crate for using and translating Braille ASCII strings

1 unstable release

0.1.0 Dec 11, 2022

#49 in Accessibility


Used in brf-macro

MIT/Apache

13KB
178 lines

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.


crates.io docs.rs Build Status

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.

Dependencies

~145KB