Registry / utility / uncased

uncased

JSON →
library0.9.10rscratesunverified

Case-preserving, ASCII case-insensitive, no_std string types.

# Cargo.toml [dependencies] uncased = "0.9.10"
INSTALL
IMPORT
SIG · UNCASED
U
uncased
utilityrustv0.9.10
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.

UncasedStr
use uncased::UncasedStr;

Compare strings case-insensitively.

use uncased::UncasedStr; fn main() { let a = UncasedStr::new("Hello"); let b = UncasedStr::new("hello"); assert_eq!(a, b); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.10latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
uncased — cargo add uncased · libregistry