unicase 2.8.0

A case-insensitive wrapper around strings.
Documentation
[features]
nightly = []

[lib]
name = "unicase"
path = "src/lib.rs"

[package]
authors = ["Sean McArthur <sean@seanmonstar.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["internationalization", "text-processing", "no-std"]
description = "A case-insensitive wrapper around strings."
documentation = "https://docs.rs/unicase"
edition = "2018"
exclude = ["scripts/*"]
keywords = ["lowercase", "case", "case-insensitive", "case-folding", "no_std"]
license = "MIT OR Apache-2.0"
name = "unicase"
readme = "README.md"
repository = "https://github.com/seanmonstar/unicase"
version = "2.8.0"