Implementation of Lodash methods in Rust
See here for all lodash methods
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 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.
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
Please use the conventional rust coding guidelines