🦊 inari

crates.io docs build coverage

A Rust implementation of set-based interval arithmetic.

Requirements

rustc version

A recent version of the nightly toolchain is required, since the new asm! macro is used. You need to specify the toolchain by, for example, the toolchain file in your crate (see example).

Target CPU

Haswell or newer microarchitecture is required. You need to specify the target CPU by, for example, the Cargo configuration file in your crate (see example; you may want to change native to haswell for maximum compatibility if you are planning to distribute your binary).

Conditional features

Made with inari

Changelog

TODO

References