| Crates.io | lorust |
| lib.rs | lorust |
| version | 0.2.0 |
| created_at | 2023-07-04 17:06:53.676631+00 |
| updated_at | 2023-07-05 10:31:58.170314+00 |
| description | Modern Rust utility library delivering modularity, performance & extras; or simply Rust version of Lodash |
| homepage | https://github.com/ImBIOS/lorust |
| repository | https://github.com/ImBIOS/lorust |
| max_upload_size | |
| id | 908188 |
| size | 25,372 |
Lorust is the Rust version of Lodash, which is a modern Javascript utilty library delivering modularity, performance & extras.
Depend on lorust in Cargo.toml:
[dependencies]
lorust = "0.1.0"
We follow the flat function structure of Lodash, but the functions can be categorized into following areas:
| Category | Description |
|---|---|
array |
Utility functions to deal with Arrays (Not yet support) |
collection |
Utility functions to deal with Collections (Not yet support) |
date |
Utility functions to deal with Dates (Not yet support) |
function |
Utility functions to deal with Functions (Not yet support) |
lang |
Utility functions to deal with Languages (Not yet support) |
math |
Utility functions to deal with Math (Not yet support) |
number |
Utility functions to deal with Numbers (Not yet support) |
object |
Utility functions to deal with Objects (On Progress) 🏗️🧱🛠️ |
seq |
Utility functions to deal with Sequences (Not yet support) |
string |
Utility functions to deal with Strings (On Progress) 🏗️🧱🛠️ |
util |
Utility functions to deal with Utilities (Not yet support) |
properties |
Utility functions to deal with Properties (Not yet support) |
methods |
Utility functions to deal with Methods (Not yet support) |
We use .githooks to manage git hooks. To enable the git hooks, run:
git config --local core.hooksPath .githooks/