Lo_ as Lodash
A modern Rust utility library delivering modularity, performance & extras ported from JavaScript Lodash
Usage
Depend on lorust in Cargo.toml:
[]
= { = "0.2.0", = ["transform", "async_retry"] }
Example
Collection
use chunk;
String
use camel_case;
Implement the Transform trait to centralize string utilities, reduce boilerplate, and improve code clarity.
use Transform;
General
use retry;
use Duration;
For more details and API documentation, please visit: https://docs.rs/lo_/latest/lo_/