Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/daniloab/csv-reader-rust
- Owner: daniloab
- Created: 2022-04-28T01:06:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T01:11:03.000Z (over 2 years ago)
- Last Synced: 2024-10-18T09:15:26.945Z (3 months ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```