## isl-rs: Rust Bindings for Integer Set Library
Rust Bindings for ISL. There's almost no code here, the wrappers are generated
from the
[isl_bindings_generator](https://github.com/kaushikcfd/isl_bindings_generator)
script.
### Links
- Add a dependency as [`cargo add isl_rs`](https://crates.io/crates/isl-rs).
- Read the documentation at <https://docs.rs/isl-rs/>.
- Source-code, Issue Management at <https://github.com/kaushikcfd/isl-rs>.