| Crates.io | approxim |
| lib.rs | approxim |
| version | 0.6.6 |
| created_at | 2025-03-20 13:01:26.862091+00 |
| updated_at | 2025-05-05 12:47:46.122323+00 |
| description | Approximate floating point equality comparisons and assertions. |
| homepage | https://github.com/jonaspleyer/approxim |
| repository | https://github.com/jonaspleyer/approxim |
| max_upload_size | |
| id | 1599188 |
| size | 142,979 |
This is a fork of the popular approx crate. Approximate floating point equality comparisons and assertions for the Rust Programming Language.
approxTo act as a drop-in replacement for approx, one can use the renaming option provided by cargo.
# Cargo.toml
[dependencies]
approx = { package = "approxim", version = "CURRENT_VERSION" }
Note that no further changes are required. Derive macros should also work with this workaround.