Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dpc/rust-bin-template

Rust project template with CI-built releases
https://github.com/dpc/rust-bin-template

application bin project rust template

Last synced: 7 days ago
JSON representation

Rust project template with CI-built releases

Awesome Lists containing this project

README

        



Travis CI Build Status


crates.io


#rust matrix channel


rust-lang gitter channel



# rust-bin-template

This is a template meant to be used as a starting point for
Rust programs.

After cloning, grep for `CHANGEME` parts and replace them.

### Features

* Build-in common functionality:
* Command line options handling (`structopt`)
* Error management with (`anyhow`)
* Logging (`env_logger`)
* [Automatic binary releases](//github.com/dpc/rust-bin-template/releases)
* Built by Travis CI for every release tag
* Easy and fast to set-up
* Generated for: Linux, Mac, Windows
* Other small features

### License

You are free to change the LICENSE of this project.