Crate flint_sys[][src]

Expand description

Bindings for the FLINT library. Crates marked with an asterisk have functions which may require mutable borrows where const borrows will suffice (these need to be corrected but the bindings will still work as expected).

Modules

We avoid a gmp-mpfr-sys dependency by defining the GMP and MPFR types used by FLINT.

FLINT definitions used in multiple crates.