Crate unic_char_range
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_emptytrusted-len: impl theTrustedLencontract
Structs
Constants
- PKG_DESCRIPTION UNIC component description.
- PKG_NAME UNIC component name.
- PKG_VERSION UNIC component version.
Macros
-
chars
Convenience macro for the initialization of
CharRanges.