1
0
mirror of https://github.com/dpc/tagwiki synced 2024-11-16 05:34:50 +00:00
tagwiki/README.md

42 lines
1.4 KiB
Markdown
Raw Normal View History

2020-03-08 23:36:52 +00:00
<!-- CHANGEME below -->
<p align="center">
<a href="https://travis-ci.org/dpc/rust-bin-template">
<img src="https://img.shields.io/travis/dpc/rust-bin-template/master.svg?style=flat-square" alt="Travis CI Build Status">
</a>
<a href="https://crates.io/crates/rust-bin-template">
<img src="http://meritbadge.herokuapp.com/rust-bin-template?style=flat-square" alt="crates.io">
</a>
<a href="https://matrix.to/#/!VLOvTiaFrBYAYplQFW:mozilla.org">
<img src="https://img.shields.io/matrix/rust:mozilla.org.svg?server_fqdn=matrix.org&style=flat-square" alt="#rust matrix channel">
</a>
<a href="https://gitter.im/rust-lang/rust">
<img src="https://img.shields.io/gitter/room/rust-lang/rust.svg?style=flat-square" alt="rust-lang gitter channel">
</a>
<br>
</p>
<!-- CHANGEME -->
# 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.