# Lodash for rust Lodash-rust is a utility library delivering modularity similar to javaScript lodash. ## Usage Depend on `lodashrust` in `Cargo.toml`: ```toml [dependencies] lodashrust = "1.0.0" ```