Rust FFI bindings for the GMP, MPFR, and MPC arbitrary-precision arithmetic libraries.
# Cargo.toml
[dependencies]
gmp-mpfr-sys = "1.7.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal usage showing GMP integer initialization via FFI.
Install development packages: libgmp-dev, libmpfr-dev, libmpc-dev (Linux) or use vcpkg (Windows).
No dependency data recorded yet.