2024-03-03 06:11:13 +01:00
|
|
|
# Vote-rs
|
|
|
|
|
2024-05-05 12:41:53 +02:00
|
|
|
Currently in development
|
2024-03-03 06:11:13 +01:00
|
|
|
|
2024-05-05 12:41:53 +02: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
|
|
|
|
2024-05-05 12:41:53 +02: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
|
2024-05-05 12:41:53 +02:00
|
|
|
```
|