brf!() { /* proc-macro */ }Expand description
Creates a static str of Unicode Braille from a string literal in Braille ASCII format.
The argument to this macro must be a str literal containing only ASCII characters. ASCII
control characters (codepoints < 32) will be included in the output string unchanged.