Registry / utility / cowstr

cowstr

JSON →
library1.3.0rscratesunverified

Copy-on-Write shared string implementation for efficient memory usage.

# Cargo.toml [dependencies] cowstr = "1.3.0"
INSTALL
IMPORT
SIG · COWSTR
C
cowstr
utilityrustv1.3.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.

CowStr
use cowstr::CowStr;

Creates a CowStr from a string literal and prints it.

use cowstr::CowStr; fn main() { let s = CowStr::from("hello"); println!("{}", s); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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