Bindings to the FLINT library.
FLINT (Fast Library for Number Theory) is a C library which provides a number of number theoretic and algebraic functions and types.
Most of FLINT is not covered (feel free to file and issue or submit a PR if you'd like!). The following are:
fmpz_mod_poly.h
.fmpz.h
.You must install the following before installing this crate:
pacman -S flint
apt install libflint-dev