[go: up one dir, main page]

stringprep 0.1.0

An implementation of the stringprep algorithm
Documentation
1
2
3
4
5
6
7
8
language: rust
sudo: false
cache: cargo
rust:
- nightly
- 1.13.0
script:
- cargo test