# 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.