# csv-to-html
A simple CLI and Rust crate to convert CSV to HTML tables.
## Installation
Installation is very easy with Cargo. If you have it:
```sh
cargo install csv-to-html
```
### Uninstalling
`csv-to-html` has no side effects on your system, _i.e. no config files, no
program data files, etc_. Installation is as easy as:
```sh
cargo uninstall csv-to-html
```
## Usage
```
Usage: csv-to-html [OPTIONS] --filename
Options:
-f, --filename path to input file
-n, --no-header the CSV file has no header
-o, --output