Crates.io | evp |
lib.rs | evp |
version | 1.0.0-beta.2 |
created_at | 2025-08-20 12:18:13.22907+00 |
updated_at | 2025-08-28 17:44:56.36872+00 |
description | Library to work with evidence packages (*.evp). |
homepage | |
repository | |
max_upload_size | |
id | 1803323 |
size | 271,340 |
Taking evidence is a key part of any software testing process. This library works with evidence packages, defined in Internet Draft draft-hopkins-evp-spec.
This specification is currently in review, so this library is not yet at version 1.0.0.
For documentation for this library, please add it to your project, then use the following command to generate documentation, including for this library.
$ cargo doc --open
It may also be useful to refer to EvidenceAngel and TestAngel, which both make use of this library.