#function #javascript #lodash #rust

lodash_rust

Javascript Lodash functions in Rust

3 releases

Uses old Rust 2015

0.1.2 Jul 20, 2023
0.1.1 Jul 17, 2023
0.1.0 Jul 16, 2023

#5 in #lodash

43 downloads per month

MIT/Apache

34KB
586 lines

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

Dependencies

~2.2–3MB
~53K SLoC