We are very glad the Rust community has been growing, and we are seeing more and more cargo plugins being published to help developers. However, it is hard to find the right plugin for your project. This is why we created Lathes, a collection of cargo plugins.
- cargo-quality: Used to evaluate the quality of Rust project.
This project enforce the DCO.
Contributors sign-off that they adhere to these requirements by adding a Signed-off-by line to commit messages.
This is my commit message
Signed-off-by: Random J Developer <[email protected]>
Git even has a -s command line option to append this automatically to your commit message:
$ git commit -s -m 'This is my commit message'
Freighter is licensed under this Licensed:
- MIT LICENSE ( LICENSE-MIT or https://opensource.org/licenses/MIT)
- Apache License, Version 2.0 (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)