Crates.io | lodust |
lib.rs | lodust |
version | 0.1.2 |
source | src |
created_at | 2021-07-18 06:17:35.625038 |
updated_at | 2021-07-18 11:08:22.501426 |
description | Rust version of Lodash |
homepage | |
repository | https://github.com/nighostchris/lodust/ |
max_upload_size | |
id | 424298 |
size | 8,209 |
Lodust is the Rust version of Lodash, which is a modern Javascript utilty library delivering modularity, performance & extras.
Depend on lodust
in Cargo.toml
:
[dependencies]
lodust = "0.1.2"
We follow the flat function structure of Lodash, but the functions can be categorized into following areas:
Category | Description |
---|---|
string |
Utility functions to deal with Strings |
array |
Utility functions to deal with Arrays (Not yet support) |
collection |
Utility functions to deal with Collections (Not yet support) |
object |
Utility functions to deal with Objects (Not yet support) |