Registry / utility / cow-utils

cow-utils

JSON →
library0.1.3rscratesunverified

Copy-on-write string utilities for Rust.

# Cargo.toml [dependencies] cow-utils = "0.1.3"
INSTALL
IMPORT
SIG · COW-UTILS
C
cow-utils
utilityrustv0.1.3
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.

CowUtils
use cow_utils::CowUtils;

Converts a string to uppercase using copy-on-write.

use cow_utils::CowUtils; fn main() { let s = "hello world".to_string(); let upper = s.to_uppercase_cow(); println!("{}", upper); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources