| Crates.io | rust-formal-verification |
| lib.rs | rust-formal-verification |
| version | 0.1.11 |
| created_at | 2022-08-01 21:46:27.317464+00 |
| updated_at | 2023-01-21 14:47:07.454481+00 |
| description | A rust library that makes it easier to develop, prototype and test new algorithms for formal verification like IC3, PDR, AVY and others. |
| homepage | |
| repository | https://github.com/sirandreww/rust-formal-verification.git |
| max_upload_size | |
| id | 637079 |
| size | 294,246 |
A rust library that makes it easier to develop, prototype and test new algorithms for formal verification like IC3, PDR, AVY and others.
To publish a new version of the library :
cargo fmt --check (you may run cargo fmt to fix changes quickly)cargo clippy (you may run cargo clippy --fix to fix changes quickly)cargo test (This also tests doc comments)cargo publish