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
- Host: GitHub
- URL: https://github.com/tismith/example-cli-rs
- Owner: tismith
- License: mit
- Created: 2018-04-07T02:16:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T19:08:28.000Z (over 4 years ago)
- Last Synced: 2023-04-10T03:07:32.844Z (almost 3 years ago)
- Topics: cli, example, rust
- Language: Rust
- Size: 125 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Basic base application for rust cli programs.
[](https://travis-ci.org/tismith/example-cli-rs)
[](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