Skip to content

nighostchris/lodust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.2"

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)

About

Rust version of Lodash

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages