rust-formal-verification

Crates.iorust-formal-verification
lib.rsrust-formal-verification
version0.1.11
sourcesrc
created_at2022-08-01 21:46:27.317464
updated_at2023-01-21 14:47:07.454481
descriptionA rust library that makes it easier to develop, prototype and test new algorithms for formal verification like IC3, PDR, AVY and others.
homepage
repositoryhttps://github.com/sirandreww/rust-formal-verification.git
max_upload_size
id637079
size294,246
Andrew Luka (sirandreww)

documentation

https://docs.rs/rust-formal-verification

README

rust-formal-verification

A rust library that makes it easier to develop, prototype and test new algorithms for formal verification like IC3, PDR, AVY and others.

Publishing a new version

To publish a new version of the library :

  1. run cargo fmt --check (you may run cargo fmt to fix changes quickly)
  2. run cargo clippy (you may run cargo clippy --fix to fix changes quickly)
  3. run cargo test (This also tests doc comments)
  4. run cargo publish
Commit count: 0

cargo fmt