Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.16 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.16 KB

project-name

A short summary of the project.

A longer summary of the project.

Installation

Add project-name as a dependency to your cargo.toml:

[dependencies]
project-name = "0.1.0"

Usage

Instructions and examples for using the crate.

Testing

Run tests with cargo test.

Contributing

Check out the issues for items needing attention or submit your own and then:

  1. Fork the repo (https://github.com/jmgilman/project-name/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request