lodust 0.1.2

Rust version of Lodash
Documentation
  • Coverage
  • 100%
    6 out of 6 items documented5 out of 5 items with examples
  • Size
  • Source code size: 8.2 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 356.3 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 23s Average build duration of successful builds.
  • all releases: 23s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • nighostchris/lodust
    11 3 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • nighostchris

Lodust - API Documentation

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

Usage

Depend on lodust in Cargo.toml:

[dependencies]
lodust = "0.1.0"

Functions Categorization

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)