| Crates.io | bitwuzla-sys |
| lib.rs | bitwuzla-sys |
| version | 0.8.0 |
| created_at | 2021-11-25 12:05:02.020256+00 |
| updated_at | 2025-06-25 10:01:08.001152+00 |
| description | Low-level bindings for the Bitwuzla SMT solver |
| homepage | https://github.com/fatemender/bitwuzla-sys |
| repository | https://github.com/fatemender/bitwuzla-sys |
| max_upload_size | |
| id | 487581 |
| size | 33,945,880 |
This Rust crate provides low-level bindings for the Bitwuzla SMT solver, version 0.8.0.
bitwuzla libraryCompile bitwuzla as a shared library and install it. Then add this crate
to your Cargo.toml:
[dependencies]
bitwuzla-sys = "0.8"
bitwuzla libraryThis is possible on UNIX-like targets only. Add this crate to your Cargo.toml
with the vendor-cadical feature enabled:
[dependencies]
bitwuzla-sys = { version = "0.8", features = ["vendor-cadical"] }
Enabling vendor-cadical will automatically build a static bitwuzla library
and link against it. Currently this uses the CaDiCaL SAT solver.
In order for the build to succeed, you'll need to install some tools on your
build host; for a Debian-based distribution build-essential, git, m4,
and meson should be sufficient.
This crate is licensed under the MIT license.