stv voting system written in rust.
Go to file
Adrian Gunnar Lauterer b2a0f85563 Update openapi.yaml
Done to not require tokens for authorization (instead do it serverside) and move them to a namespace instead of a datetime range.
2024-05-12 02:31:44 +02:00
docs added autogenerated rust server code 2024-05-11 23:30:37 +02:00
example created csv to blt converter 2024-03-17 00:19:16 +01:00
src added autogenerated rust server code 2024-05-11 23:30:37 +02:00
.gitignore Initial commit 2024-03-03 03:43:44 +01:00
Cargo.lock tried to start on the web part 2024-04-28 03:19:37 +02:00
Cargo.toml added autogenerated rust server code 2024-05-11 23:30:37 +02:00
LICENSE Initial commit 2024-03-03 03:43:44 +01:00
README.md README: add clarification for filetype, reformat 2024-05-05 12:41:53 +02:00
flake.nix init 2024-03-03 06:11:13 +01:00
openapi.yaml Update openapi.yaml 2024-05-12 02:31:44 +02:00
sample.json init 2024-03-03 06:11:13 +01:00

README.md

Vote-rs

Currently in development

Converts a csv file into a .bltfile (OpenSTV/OpaVote ballots).

Building

cargo +nightly -Z unstable-options  build --out-dir ./build