https://github.com/alexitc/rust-cli-demo
A command-line application demo for Rust, including a CI workflow to run tests
https://github.com/alexitc/rust-cli-demo
Last synced: 7 months ago
JSON representation
A command-line application demo for Rust, including a CI workflow to run tests
- Host: GitHub
- URL: https://github.com/alexitc/rust-cli-demo
- Owner: AlexITC
- Created: 2023-02-01T14:06:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T13:57:46.000Z (over 3 years ago)
- Last Synced: 2024-12-29T03:23:24.377Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust cli demo
This is a super simple app demonstrating how we can start building a cli in Rust, including an example test + a CI workflow.