rust-bin-template

Crates.iorust-bin-template
lib.rsrust-bin-template
version0.1.0
sourcesrc
created_at2020-03-10 00:04:50.60073
updated_at2020-03-10 00:04:50.60073
descriptionA template for Rust programs
homepagehttps://github.com/dpc/rust-bin-template
repositoryhttps://github.com/dpc/rust-bin-template
max_upload_size
id217036
size44,262
Dawid Ciężarkiewicz (dpc)

documentation

https://docs.rs/rust-bin-template

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
    • 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.

Commit count: 1

cargo fmt