#braille #ascii-text #unicode #pattern #representing

braille-ascii

A crate for using and translating Braille ASCII strings

1 unstable release

0.1.0 Dec 11, 2022

#33 in Accessibility

24 downloads per month
Used in brf-macro

MIT/Apache

13KB
178 lines

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.


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