Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zignis/rodash

Performant general-purpose utility functions
https://github.com/zignis/rodash

lodash rust utility

Last synced: 27 days ago
JSON representation

Performant general-purpose utility functions

Awesome Lists containing this project

README

        

# rodash

[![Latest Version](https://img.shields.io/crates/v/rodash.svg)](https://crates.io/crates/rodash)
[![Rust Documentation](https://docs.rs/rodash/badge.svg)](https://docs.rs/rodash)

This crate provides performant general-purpose utility functions inspired by the [lodash](https://lodash.com) library
for the JavaScript ecosystem.

## Getting started

Add `rodash` to your project:

```shell
cargo add rodash
```