Compare commits

..

No commits in common. "1293fa0b87d3efd5b1fde025b9c81fbfbaceb3fd" and "376c49bc9257bde77920b3c827374b1d1435a8a4" have entirely different histories.

1 changed files with 5 additions and 4 deletions

View File

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