Registry / utility / wtools

wtools

JSON →
library0.2.20rscratesunverified

Collection of general purpose tools for solving problems. Fundamentally extend the language without spoiling, so may be used solely or in conjunction with another module of such kind.

# Cargo.toml [dependencies] wtools = "0.2.20"
INSTALL
IMPORT
SIG · WTOOLS
W
wtools
utilityrustv0.2.20
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.

prelude
use wtools::prelude::*;

Uses the wtools prelude to reverse a string.

use wtools::prelude::*; fn main() { let result = "hello".to_string().reverse(); println!("Reversed: {}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.20latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
wtools — cargo add wtools · libregistry