lorust

Crates.iolorust
lib.rslorust
version0.2.0
sourcesrc
created_at2023-07-04 17:06:53.676631
updated_at2023-07-05 10:31:58.170314
descriptionModern Rust utility library delivering modularity, performance & extras; or simply Rust version of Lodash
homepagehttps://github.com/ImBIOS/lorust
repositoryhttps://github.com/ImBIOS/lorust
max_upload_size
id908188
size25,372
Imamuzzaki Abu Salam (ImBIOS)

documentation

https://docs.rs/lorust

README

Lorust - API Documentation

Lorust is the Rust version of Lodash, which is a modern Javascript utilty library delivering modularity, performance & extras.

Usage

Depend on lorust in Cargo.toml:

[dependencies]
lorust = "0.1.0"

Functions Categorization

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)

Contributing

Git Hooks

We use .githooks to manage git hooks. To enable the git hooks, run:

git config --local core.hooksPath .githooks/
Commit count: 14

cargo fmt