flint-sys

Crates.ioflint-sys
lib.rsflint-sys
version0.7.3
sourcesrc
created_at2020-09-11 21:13:30.542973
updated_at2023-03-14 06:24:37.908625
descriptionBindings to the FLINT C library
homepagehttps://github.com/alex-ozdemir/flint-rs/tree/master/flint-sys
repositoryhttps://github.com/alex-ozdemir/flint-rs
max_upload_size
id287516
size30,350,793
(wjyoumans)

documentation

https://docs.rs/flint-sys

README

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.

Commit count: 118

cargo fmt