Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daniloab/csv-reader-rust

tiny csv reader in rust
https://github.com/daniloab/csv-reader-rust

Last synced: 28 days ago
JSON representation

tiny csv reader in rust

Awesome Lists containing this project

README

        

# csv-reader-rust
tiny csv reader in rust

## how to run
```bash
cargo
cargo build
./target/debug/csv-reader-rust < filename
```