An open API service indexing awesome lists of open source software.

https://github.com/tismith/example-cli-rs

Basic base template for cli rust applications
https://github.com/tismith/example-cli-rs

cli example rust

Last synced: 7 days ago
JSON representation

Basic base template for cli rust applications

Awesome Lists containing this project

README

          

# Basic base application for rust cli programs.

[![Build Status](https://travis-ci.org/tismith/example-cli-rs.svg?branch=master)](https://travis-ci.org/tismith/example-cli-rs)
[![codecov](https://codecov.io/gh/tismith/example-cli-rs/branch/master/graph/badge.svg)](https://codecov.io/gh/tismith/example-cli-rs)

## We are using:
* `log` and `stderrlog` for configurable logging macros
* `clap` for commandline argument processing
* `failure` for error handling
* `assert_cli` for integration testing