fatemender / boolector-rs

High-level type-safe Rust bindings for the Boolector SMT solver

Repository from Github https://github.comfatemender/boolector-rsRepository from Github https://github.comfatemender/boolector-rs

crates.io

boolector

This Rust crate provides high-level type-safe bindings for the Boolector SMT solver, version 3.0.0.

Installation

First, compile boolector as a shared library and install it. Then add this crate to your Cargo.toml:

[dependencies]
boolector = "0.1"

License

This crate is licensed under the MIT license.

About

High-level type-safe Rust bindings for the Boolector SMT solver

License:MIT License


Languages

Language:Rust 100.0%