Crates.io | flint-sys |
lib.rs | flint-sys |
version | 0.7.3 |
source | src |
created_at | 2020-09-11 21:13:30.542973 |
updated_at | 2023-03-14 06:24:37.908625 |
description | Bindings to the FLINT C library |
homepage | https://github.com/alex-ozdemir/flint-rs/tree/master/flint-sys |
repository | https://github.com/alex-ozdemir/flint-rs |
max_upload_size | |
id | 287516 |
size | 30,350,793 |
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.
See the documentation. This crate is available on crates.io.
disable-make-check
: this can reduce compilation time significantly.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.