antic-sys 0.3.4

Bindings to the Antic library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# antic-sys

Rust bindings to the [Antic](https://github.com/wbhart/antic) library.

Antic is an algebraic number theory library.

## Usage

See the [documentation](https://docs.rs/antic-sys/latest/antic_sys/). This crate is available on [crates.io](https://crates.io/crates/antic-sys).

## Optional features

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

## Notes
  
  * As of version 0.3.0 the Antic source files are now included and the library is compiled automatically. The files are cached to avoid unnecessary compilations.