Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crazyoptimist/cli-poc-rs
I/O Proof of Concept with Rust
https://github.com/crazyoptimist/cli-poc-rs
Last synced: 13 days 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-11T09:59:13.000Z (8 months ago)
- Last Synced: 2024-10-03T21:41:14.386Z (about 1 month 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 testsBy the way, I darn love `ripgrep` or `R.I.P. GREP(1)` :X
### Run
```bash
cargo run -- frog poem.txt
```