vote-rs/README.md

12 lines
245 B
Markdown

# Vote-rs
Currently in development
Converts a csv file into a `.blt`file [(OpenSTV/OpaVote ballots)](https://www.opavote.com/help/overview#blt-file-format).
## Building
```bash
cargo +nightly -Z unstable-options build --out-dir ./build
```