elina 0.1.0

Safe, high-level Rust wrapper for ELINA
docs.rs failed to build elina-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: elina-0.3.1

elina-rs

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 = { git = "https://github.com/skius/elina-rs" }

Usage

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