Registry / utility / str-utils

str-utils

JSON →
library0.3.1rscratesunverified

Provides traits to extend [u8], str, and Cow<str> with additional utility methods.

# Cargo.toml [dependencies] str-utils = "0.3.1"
INSTALL
IMPORT
SIG · STR-UTILS
S
str-utils
utilityrustv0.3.1
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.

StrExt
use str_utils::StrExt;

Use the StrExt trait to reverse a string.

use str_utils::StrExt; fn main() { let s = "hello world"; println!("Reversed: {}", s.reverse()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources