Registry / utility / unic-ucd-core

unic-ucd-core

JSON →
library0.6.0rscratesunverified

Provides core Unicode Character Database version information and basic properties.

# Cargo.toml [dependencies] unic-ucd-core = "0.6.0"
INSTALL
IMPORT
SIG · UNIC-UCD-CORE
U
unic-ucd-core
utilityrustv0.6.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.

UnicodeVersion
✓ use unic_ucd_core::UnicodeVersion;

Gets the current Unicode version supported by the crate.

use unic_ucd_core::UnicodeVersion; fn main() { let version = UnicodeVersion::current(); println!("Unicode version: {}", version); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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