Registry / utility / unic-langid-impl

unic-langid-impl

JSON →
library0.9.6rscratesunverified

API for managing Unicode Language Identifiers.

# Cargo.toml [dependencies] unic-langid-impl = "0.9.6"
INSTALL
IMPORT
SIG · UNIC-LANGID-IMPL
U
unic-langid-impl
utilityrustv0.9.6
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.

LanguageIdentifier
use unic_langid_impl::LanguageIdentifier;

Parse and display a Unicode Language Identifier.

use unic_langid_impl::LanguageIdentifier; fn main() { let langid: LanguageIdentifier = "en-US".parse().unwrap(); println!("{}", langid); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
unic-langid-impl — cargo add unic-langid-impl · libregistry