docs.rs failed to build flint-sys-0.6.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
flint-sys-0.7.3
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.