16 releases

0.7.3 Mar 14, 2023
0.7.1 Sep 3, 2022
0.6.4 May 22, 2022
0.6.3 Mar 28, 2022
0.1.1 Sep 14, 2020

#2677 in Math

Download history 14/week @ 2025-12-25 21/week @ 2026-01-01 8/week @ 2026-01-08 38/week @ 2026-01-15 44/week @ 2026-01-22 30/week @ 2026-01-29 56/week @ 2026-02-05 40/week @ 2026-02-12 152/week @ 2026-02-19 57/week @ 2026-02-26 67/week @ 2026-03-05 62/week @ 2026-03-12 54/week @ 2026-03-19 85/week @ 2026-03-26 42/week @ 2026-04-02 63/week @ 2026-04-09

254 downloads per month
Used in 8 crates (6 directly)

MIT/Apache and LGPL-3.0+

21MB
549K SLoC

C 498K SLoC // 0.1% comments Rust 43K SLoC // 0.0% comments C++ 7.5K SLoC // 0.1% comments Python 57 SLoC // 0.6% comments Shell 24 SLoC // 0.1% comments

Bindings for the FLINT library.


flint-sys

Rust 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.

Usage

See the documentation. This crate is available on crates.io.

Optional features

  • disable-make-check: this can reduce compilation time significantly.

Notes

  • As of version 0.6.0 the FLINT source files are now included and the library is compiled automatically. The files are cached to avoid unnecessary compilations.

  • Some binding arguments may be marked mutable instead of const. These are being manually updated over time, but feel free to correct any bindings and make a pull request if you would like certain ones fixed right away.

Dependencies

~17MB
~438K SLoC