Macro brf_macro::brf_bytes

source ·
brf_bytes!() { /* proc-macro */ }
Expand description

Creates a static &[u8] of Braille dot patterns from a string literal in Braille ASCII format.

The argument to this macro must be a str literal containing only ASCII characters. Any ASCII control characters (codepoints < 32) will be rendered as empty Braille cells.