vote-rs/README.md

12 lines
245 B
Markdown
Raw Normal View History

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