Registry / utility / unicode-names2

unicode-names2

JSON →
library3.1.0rscratesunverified

Map characters to and from their name given in the Unicode standard.

# Cargo.toml [dependencies] unicode_names2 = "3.1.0"
INSTALL
IMPORT
SIG · UNICODE-NAMES2
U
unicode-names2
utilityrustv3.1.0
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.

name
✓ use unicode_names2::name;

Get the Unicode name of a character.

use unicode_names2::name; fn main() { if let Some(n) = name('A') { println!("{}", n); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
unicode-names2 — cargo add unicode-names2 · libregistry