Skip to content
/ rust-template-lib Public template

A template repository for creating Rust library crates

License

Notifications You must be signed in to change notification settings

jmgilman/rust-template-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A template repository for creating Rust library crates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages