A modern Rust utility library.
Inspired by JavaScript Lodash library.
No dependencies.
wa-sm/wasm
folder)wa-sm
folder)Add wa
to your dependencies on Cargo.toml
. You need to set the features that will be used as well:
shell
wa = { version = "0.2.0", features = ["string", "vector", "array"] }
string
(Examples: cargo run --example strings
)vector
(Examples: cargo run --example vectors
)array
(Examples: cargo run --example arrays
)Wa makes Rust easier by taking the hassle out of working with arrays, numbers, objects, strings, etc. Wa’s modular methods are great for: