This Rust crate provides high-level type-safe bindings for the Boolector SMT solver, version 3.0.0.
First, compile boolector
as a shared library and install it. Then add this
crate to your Cargo.toml
:
[dependencies]
boolector = "0.1"
This crate is licensed under the MIT license.