Crates.io | elina |
lib.rs | elina |
version | 0.3.1 |
source | src |
created_at | 2021-10-23 12:35:46.392317 |
updated_at | 2021-11-13 14:19:22.839549 |
description | Safe, high-level Rust wrapper for ELINA |
homepage | https://github.com/skius/elina-rs |
repository | https://github.com/skius/elina-rs |
max_upload_size | |
id | 469865 |
size | 68,949 |
This library provides a safe Rust abstraction over the ELINA C library. To learn more about ELINA, see their GitHub and website.
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"
Please read the API documentation.
See examples/showcase.rs
for an example.
You can run the example with cargo run --example showcase
The following projects use elina-rs
(feel free to open a PR with your own!):
Licensed under either of
at your option.
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.