A short summary of the project.
A longer summary of the project.
Add project-name
as a dependency to your cargo.toml:
[dependencies]
project-name = "0.1.0"
Instructions and examples for using the crate.
Run tests with cargo test
.
Check out the issues for items needing attention or submit your own and then:
- Fork the repo (https://github.com/jmgilman/project-name/fork)
- Create your feature branch (git checkout -b feature/fooBar)
- Commit your changes (git commit -am 'Add some fooBar')
- Push to the branch (git push origin feature/fooBar)
- Create a new Pull Request