precis-profiles
PRECIS Framework: Preparation, Enforcement, and Comparison of Internationalized Strings in Application Protocols as described in rfc8264
This crate implements the next PRECIS profiles:
- rfc8265. Preparation, Enforcement, and Comparison of Internationalized Strings Representing Usernames and Passwords.
- rfc8266. Preparation, Enforcement, and Comparison of Internationalized Strings Representing Nicknames
extern crate precis_profiles;
use PrecisFastInvocation;
use Nickname;
use Cow;
crates.io
You can use this package in your project by adding the following
to your Cargo.toml:
[]
= "0.1.1"