approx_collections

Crates.ioapprox_collections
lib.rsapprox_collections
version3.1.0
created_at2025-07-15 05:40:41.486137+00
updated_at2025-07-20 21:11:13.082634+00
descriptionCollections using approximate floating-point comparison
homepage
repositoryhttps://github.com/HactarCE/approx_collections/
max_upload_size
id1752602
size94,809
Andrew Farkas (HactarCE)

documentation

README

approx_collections

Collections using approximate floating-point comparison.

See the docs for a list of collections.

Testing

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.

Future plans

  • Add proper iterator types for ApproxHashMap<K, V>
  • Implement IntoIterator for ApproxHashMap<K, V>, &ApproxHashMap<K, V>, and &mut ApproxHashMap<K, V>
Commit count: 0

cargo fmt