approx_collections 2.0.0

Collections using approximate floating-point comparison
Documentation

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>