UNIC — Unicode Character Tools — Character Range
A simple way to control iteration over a range of characters.
Examples
extern crate unic_char_range;
#
Features
None of these features are included by default; they rely on unstable Rust feature gates.
unstable
: enables all featuresexact-size-is-empty
: provide a specific impl ofExactSizeIterator::is_empty
trusted-len
: impl theTrustedLen
contract