Thanks for contributing!
- Install rust
cargo build
- After making changes, be sure to run the tests (see below)!
- Add an entry to the CHANGELOG
- This crate makes use of
cargo-readme
(cargo install cargo-readme
) to generate theREADME.md
from the crate level documentation insrc/lib.rs
. This meansREADME.md
should never be modified by hand. Changes should be made to the crate documentation insrc/lib.rs
and thereadme.sh
script run.
cargo test
Pull Requests should be made against master. Travis CI will run the test suite on all PRs. Remember to update the changelog!