Crates.io | smt2 |
lib.rs | smt2 |
version | 0.2.0 |
source | src |
created_at | 2019-08-26 12:48:39.590936 |
updated_at | 2020-09-01 20:07:19.90626 |
description | A SMT-LIB 2.6 parsing/formatting library for Rust |
homepage | |
repository | https://github.com/regular-pv/smt2 |
max_upload_size | |
id | 159768 |
size | 181,890 |
Documentation | Crate informations | Repository |
A SMT-LIB 2.6 parsing/formatting library for Rust. The goal is to comply with the official specification of the language.
It can be used to create your own SMT-LIB compliant solver, or to interact with existing solvers.
There is still some work to do to cover the whole language. The crate is no longer actively developed, but new features can be added on demand. If some part of the language you need is not handled, please open an issue. New contributions are welcome.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.