https://github.com/crazyoptimist/cli-poc-rs
I/O Proof of Concept with Rust
https://github.com/crazyoptimist/cli-poc-rs
Last synced: 9 months ago
JSON representation
I/O Proof of Concept with Rust
- Host: GitHub
- URL: https://github.com/crazyoptimist/cli-poc-rs
- Owner: crazyoptimist
- Created: 2024-03-05T06:43:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T09:59:13.000Z (over 2 years ago)
- Last Synced: 2025-03-30T20:15:45.464Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CLI PoC in Rust
This repo demonstrates my learning of:
- Organizing code using modules
- Using vectors and slices
- Error handling
- Using traits and lifetimes
- Writing tests
By the way, I darn love `ripgrep` or `R.I.P. GREP(1)` :X
### Run
```bash
cargo run -- frog poem.txt
```