rust_ev_verifier_application_lib 0.3.0

Library for common elements to implement an application using the crate `rust_ev_verifier_lib`
Documentation
# E-Voting Verifier in Rust

## Introduction

Crate implementing common functionalities for all Verifier applications (console and GUI)

Following functionalities are provided:
- `runner::Runner` provides the possibility to run all the verifications
- `extract` provides the functionalities to extract the zip files
- `run_information::RunInformation` stores all the information about the current running
- `report` provides the possibility to report the actual stituation


## Usage

See the [crate documentation](https://docs.rs/crate/rust_ev_verifier_application_lib)

## Licence

Open source License Apache 2.0

See [LICENSE](LICENSE)