Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```