/example-cli-rs

Basic base template for cli rust applications

Primary LanguageRustMIT LicenseMIT

Basic base application for rust cli programs.

Build Status codecov

We are using:

  • log and stderrlog for configurable logging macros
  • clap for commandline argument processing
  • failure for error handling
  • assert_cli for integration testing