elina

Crates.ioelina
lib.rselina
version0.3.1
sourcesrc
created_at2021-10-23 12:35:46.392317
updated_at2021-11-13 14:19:22.839549
descriptionSafe, high-level Rust wrapper for ELINA
homepagehttps://github.com/skius/elina-rs
repositoryhttps://github.com/skius/elina-rs
max_upload_size
id469865
size68,949
Niels Saurer (skius)

documentation

https://docs.rs/elina

README

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.

Commit count: 58

cargo fmt