Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zignis/rodash
- Owner: zignis
- License: mit
- Created: 2024-05-14T06:44:17.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-14T06:49:50.000Z (6 months ago)
- Last Synced: 2024-09-16T09:48:10.568Z (about 2 months ago)
- Topics: lodash, rust, utility
- Language: Rust
- Homepage: https://docs.rs/rodash
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```