Crates.io | arb-sys |
lib.rs | arb-sys |
version | 0.3.6 |
source | src |
created_at | 2021-09-26 21:13:55.327006 |
updated_at | 2023-01-01 07:16:55.425638 |
description | Bindings to the Arb library |
homepage | https://github.com/wjyoumans/arb-sys |
repository | https://github.com/wjyoumans/arb-sys |
max_upload_size | |
id | 456678 |
size | 9,440,514 |
Rust bindings to the Arb library.
Arb is a C library for rigorous real and complex arithmetic with arbitrary precision.
See the documentation. This crate is available on crates.io.
disable-make-check
: this can reduce compilation time significantly.As of version 0.3.0 the Arb 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. See issue 2 for details. They 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.