gmp-mpfr-sys 1.1.10

Rust FFI bindings for GMP, MPFR and MPC
Documentation
[dependencies.libc]
version = "0.2"

[features]
cnodelete = []
cnotest = []
ctest = []
default = ["mpfr", "mpc"]
mpc = ["mpfr"]
mpfr = []

[package]
authors = ["Trevor Spiteri <trevor.spiteri@um.edu.mt>"]
build = "build.rs"
categories = ["external-ffi-bindings", "science"]
description = "Rust FFI bindings for GMP, MPFR and MPC"
documentation = "https://docs.rs/gmp-mpfr-sys"
keywords = ["gmp", "bignum", "mathematics", "numerics"]
license = "LGPL-3.0+"
links = "gmp"
name = "gmp-mpfr-sys"
readme = "README.md"
repository = "https://gitlab.com/tspiteri/gmp-mpfr-sys"
version = "1.1.10"