Registry / utility / xstr
library0.1.11rscratesunverified

A string utility library providing extended string operations.

# Cargo.toml [dependencies] xstr = "0.1.11"
INSTALL
IMPORT
SIG · XSTR
X
xstr
utilityrustv0.1.11
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.

XString
use xstr::XString;

Create and print an XString.

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

No known issues recorded.

Upgrade
Version history
0.1.11latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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