Registry / utility / unicase

unicase

JSON →
library2.9.0rscratesunverified

A case-insensitive wrapper around strings.

# Cargo.toml [dependencies] unicase = "2.9.0"
INSTALL
IMPORT
SIG · UNICASE
U
unicase
utilityrustv2.9.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.

UniCase
use unicase::UniCase;

Compares two strings case-insensitively.

use unicase::UniCase; fn main() { let a = UniCase::new("Hello"); let b = UniCase::new("HELLO"); println!("Are equal? {}", a == b); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
unicase — cargo add unicase · libregistry