stv voting system written in rust.
Go to file
Adrian Gunnar Lauterer ab616cb181
started work on db
2024-05-26 03:53:16 +02:00
.vscode frontend init 2024-05-25 23:31:51 +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 started work on db 2024-05-26 03:53:16 +02:00
.gitignore frontend init 2024-05-25 23:31:51 +02:00
Cargo.lock started work on db 2024-05-26 03:53:16 +02:00
Cargo.toml started work on db 2024-05-26 03:53:16 +02:00
LICENSE Initial commit 2024-03-03 03:43:44 +01:00
README.md started work on db 2024-05-26 03:53:16 +02:00
flake.lock started work on db 2024-05-26 03:53:16 +02:00
flake.nix started work on db 2024-05-26 03:53:16 +02: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....

current functionality

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

stared on mocups and api documentation for a possible api to the application.

Goal

Create a webapplication to commit, some simple elections.

as there already seem to exist multiple diffrent voting result libraries/application in rust, the aim of this is rather to create the webui for participants to submit their votes, and use a library to get the results after a election is done.

Building

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