https://github.com/zignis/rodash
Performant general-purpose utility functions
https://github.com/zignis/rodash
lodash rust utility
Last synced: 19 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T06:49:50.000Z (about 2 years ago)
- Last Synced: 2025-09-24T18:39:51.916Z (9 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
[](https://crates.io/crates/rodash)
[](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
```