Skip to content

charleslukes/lodash-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LODASH RUST

Implementation of Lodash methods in Rust

See here for all lodash methods

CONTRIBUTING LODASH RUST

Contributions are always welcome. Before contributing please check the method list and see which methods are not yet implemented, also you can add new methods not implemented from here. To contribute, fork Lodash, commit your changes, & send a pull request.

Feature Requests

Feature requests should be submitted in the issue tracker, with a description of the expected behavior & use case, where they’ll remain closed until sufficient interest, e.g. 👍 reactions, has been shown by the community. Before submitting a request, please search for similar ones in the closed issues.

Pull Requests

Modify or include relevant files also add unit tests in the test macro of that file as part of your pull request.

Branch name are as follow

For new method => feat/name_of_method

For Bug Fix => fix/name_of_method

Coding Guidelines

Please use the conventional rust coding guidelines

METHOD LIST

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages