Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 751 Bytes

File metadata and controls

26 lines (16 loc) · 751 Bytes

ElectoSIM ~ Rust

crates.io docs.rs codecov

ElectoSIM is a Rust library for simulating elections using different voting systems.

Installation

Add this to your Cargo.toml:

[dependencies]
electosim = "0.3.0"

or add it directly from crates.io:

cargo add electosim

See more details in the README.

License

This project is licensed under the MIT License - see the LICENSE file for details.