unicode-brackets
Provides methods for determining whether a character is an opening or closing bracket and for changing the direction of these characters.
The definitions used by this crate are from the unicode bidirectional algorithm (UAX #9). Specifically, see the file http://www.unicode.org/Public/UCD/latest/ucd/BidiBrackets.txt
This crate uses the no_std
attribute which eliminates dependence on std
.
extern crate unicode_brackets;
use UnicodeBrackets;