[package]
name = "unic-char-range"
version = "0.7.0"
authors = ["The UNIC Project Developers"]
exclude = []
description = "UNIC - Unicode Characters - Character Range and Iteration"
keywords = ["text", "unicode", "utilities", "iteration"]
categories = ["internationalization", "text-processing"]
license = "MIT/Apache-2.0"
repository = "https://github.com/behnam/rust-unic/"
[features]
default = []
exact-size-is-empty = []
fused = []
std = []
trusted-len = []
unstable = ["exact-size-is-empty", "fused", "trusted-len"]
[badges.travis-ci]
branch = "master"
repository = "behnam/rust-unic"