| Crates.io | approx_collections |
| lib.rs | approx_collections |
| version | 3.1.0 |
| created_at | 2025-07-15 05:40:41.486137+00 |
| updated_at | 2025-07-20 21:11:13.082634+00 |
| description | Collections using approximate floating-point comparison |
| homepage | |
| repository | https://github.com/HactarCE/approx_collections/ |
| max_upload_size | |
| id | 1752602 |
| size | 94,809 |
Collections using approximate floating-point comparison.
See the docs for a list of collections.
I recommend setting the environment variable PROPTEST_CASES to 1_000_000 to test more cases (default is only 256) and running tests using cargo test --release.
ApproxHashMap<K, V>IntoIterator for ApproxHashMap<K, V>, &ApproxHashMap<K, V>, and &mut ApproxHashMap<K, V>