smt2

Crates.iosmt2
lib.rssmt2
version0.2.0
sourcesrc
created_at2019-08-26 12:48:39.590936
updated_at2020-09-01 20:07:19.90626
descriptionA SMT-LIB 2.6 parsing/formatting library for Rust
homepage
repositoryhttps://github.com/regular-pv/smt2
max_upload_size
id159768
size181,890
Timothée Haudebourg (timothee-haudebourg)

documentation

https://docs.rs/smt2

README

SMT-LIB 2.6

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.

License

Licensed under either of

at your option.

Contribution

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.

Commit count: 33

cargo fmt