1 unstable release

0.1.0 Mar 10, 2020

#50 in #bin

MPL-2.0 OR MIT OR Apache-2.0

16KB
54 lines

Travis CI Build Status #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
    • 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.

Dependencies

~3MB
~57K SLoC