Compare commits
2 Commits
376c49bc92
...
1293fa0b87
Author | SHA1 | Date |
---|---|---|
Adrian Gunnar Lauterer | 1293fa0b87 | |
Oystein Kristoffer Tveit | 06c50807d3 |
|
@ -1,11 +1,10 @@
|
||||||
# Vote-rs
|
# 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).
|
||||||
|
|
||||||
creates a .blt file from a csv file
|
## Building
|
||||||
|
|
||||||
to build
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cargo +nightly -Z unstable-options build --out-dir ./build
|
cargo +nightly -Z unstable-options build --out-dir ./build
|
||||||
|
|
Loading…
Reference in New Issue