# SMT-LIB 2.6
A SMT-LIB 2.6 parsing/formatting library for Rust.
The goal is to comply with the
[official specification](http://smtlib.cs.uiowa.edu/papers/smt-lib-reference-v2.6-r2017-07-18.pdf)
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
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
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.