stringprep 0.1.5

An implementation of the stringprep algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.unicode-bidi]
version = "0.3"

[dependencies.unicode-normalization]
version = "0.1"

[dependencies.unicode-properties]
version = "0.1.1"

[package]
authors = ["Steven Fackler <sfackler@gmail.com>"]
description = "An implementation of the stringprep algorithm"
license = "MIT/Apache-2.0"
name = "stringprep"
readme = "README.md"
repository = "https://github.com/sfackler/rust-stringprep"
version = "0.1.5"