# rustsat - A Comprehensive SAT Library for Rust
This library aims to provide implementations of elements commonly used in the development on software in the area of satisfiability solving.
The focus of the library is to provide as much ease of use without giving up on performance.
## Examples
For example useage refer to the small example tools in the examples directory.
For a bigger example you can look at this [multi-objective optimization
solver](https://github.com/chrjabs/pminimal-rs).
## Versions
### Version 0.1.2
Updated initial version with working dependencies
### Version 0.1.0 and 0.1.1
Yankes because of dependencies that don't exist anymore