Registry / utility / stringprep

stringprep

JSON →
library0.1.5rscratesunverified

An implementation of the stringprep algorithm for preparing internationalized strings according to RFC 3454.

# Cargo.toml [dependencies] stringprep = "0.1.5"
INSTALL
IMPORT
SIG · STRINGPREP
S
stringprep
utilityrustv0.1.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

nameprep
use stringprep::nameprep;

Prepares a string using the Nameprep profile.

use stringprep::nameprep; fn main() { let input = "Straße"; let prepared = nameprep(input).unwrap(); println!("Prepared: {}", prepared); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
stringprep — cargo add stringprep · libregistry