# approxim

[](https://crates.io/crates/approxim)
[](https://opensource.org/licenses/Apache-2.0)
[](https://docs.rs/approxim)
[](https://github.com/jonaspleyer/approxim#rust-version-requirements)
This is a fork of the popular [approx](https://github.com/brendanzab/approx) crate.
Approximate floating point equality comparisons and assertions for the Rust Programming Language.
## Replace `approx`
To act as a drop-in replacement for [approx](https://github.com/brendanzab/approx), one can use the
renaming option provided by cargo.
```toml
# Cargo.toml
...
[dependencies]
approx = { package = "approxim", version = "CURRENT_VERSION" }
```
Note that no further changes are required. Derive macros should also work this this workaround.