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

https://github.com/legend80s/csv-cli

A CSV toolkit written in Rust such as csv to json / yaml. etc..
https://github.com/legend80s/csv-cli

Last synced: 3 months ago
JSON representation

A CSV toolkit written in Rust such as csv to json / yaml. etc..

Awesome Lists containing this project

README

        

# CSV CLi

Show CSV or Convert csv file to json in Rust.

## Usage

```sh
csv-cli -i ./player.csv -o player.json
```