#high-level #wrapper #api-bindings #read

elina

Safe, high-level Rust wrapper for ELINA

5 unstable releases

0.3.1 Nov 13, 2021
0.3.0 Nov 13, 2021
0.2.0 Nov 11, 2021
0.1.1 Oct 23, 2021
0.1.0 Oct 23, 2021

#185 in #high-level

25 downloads per month

MIT/Apache

435KB
15K SLoC

elina-rs

Crates.io

This library provides a safe Rust abstraction over the ELINA C library. To learn more about ELINA, see their GitHub and website.

Installation

You need ELINA installed to link this crate. Currently, you also need the ELINA header files installed to build this crate, but this may change in the future.
See ELINA's website for instructions on how to install ELINA.

After you've installed ELINA, you can add this crate as a dependency in your Cargo.toml:

[dependencies]
elina = "0.3.1"

Usage

Please read the API documentation.

See examples/showcase.rs for an example.
You can run the example with cargo run --example showcase

Projects

The following projects use elina-rs (feel free to open a PR with your own!):

  • skius/progge.rs - Program analysis playground for a simple, imperative language

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.

Dependencies

~175KB