Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dpc/rust-bin-template
- Owner: dpc
- License: apache-2.0
- Created: 2017-05-30T02:11:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-14T03:08:34.000Z (almost 5 years ago)
- Last Synced: 2025-01-09T23:38:04.022Z (14 days ago)
- Topics: application, bin, project, rust, template
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# 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.