rust boilerplate ================ A batteries-included template for rust projects. [![crates.io version](https://img.shields.io/crates/v/rust-boilerplate.svg)](https://crates.io/crates/rust-boilerplate) [![Build Status](https://travis-ci.org/casey/rust-boilerplate.svg?branch=master)](https://travis-ci.org/casey/rust-boilerplate) Features -------- - Continuous integration with Travis CI - A justfile full of helpful commands Getting Started --------------- - See [CUSTOMIZING.md](CUSTOMIZING.md) for a list of the steps to adapt rust-boilerplate to a new project - See [SETUP.md](SETUP.md) for instructions for how a new developer can get set up to work on a rust-boilerplate project Contributing ------------ There's a lot to do! - Check issues for desired features that aren't implemented yet - Open an issue for feature you'd like to see in rust-boilerplate - Add a useful recipe to the [justfile](justfile)