csvpp 0.7.0

Compile csv++ source code to a target spreadsheet format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Installation

Just go to [releases on github](https://github.com/patrickomatic/csv-plus-plus/releases), download
the latest release, unpack it and put it in your $PATH.

## Installing From Source

To install from source check out the [csv++ repository](https://github.com/patrickomatic/csv-plus-plus) 
and run:

```bash
cargo install --path .
```

This assumes you've [installed Rust](https://www.rust-lang.org/tools/install)