Rust's HashMap stores the collisions in the same table as the non-collisions (open addressing), not in a separate collection.
Rust's HashMap stores the collisions in the same table as the non-collisions (open addressing), not in a separate collection.