A GitHub template for Rust libraries.
NOTE: PLEASE change the name inside the license files!!!
cargo fmt
to ensure uniform source code formatting.cargo clippy
to use more idiomic Rust code, optimize code as well as prevent hard to spot bugs.cargo check
to ensure that the library compiles properly.cargo test
to ensure that the library works as expected.gh-pages
branch.rustfmt
configuration file..editorconfig
file for code-unrelated files.Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.