[go: up one dir, main page]

unicase 1.1.1

A case-insensitive wrapper around strings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "unicase"
version = "1.1.1"
authors = ["Sean McArthur <sean.monstar@gmail.com>"]
description = "A case-insensitive wrapper around strings."
repository = "https://github.com/seanmonstar/unicase"
license = "MIT"
keywords = ["lowercase", "case", "case-insensitive"]

build = "build.rs"

[build-dependencies]
rustc_version = "0.1"