A HashSet that preserves insertion order, providing fast iteration and consistent ordering.
# Cargo.toml
[dependencies]
linked_hash_set = "0.1.6"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a LinkedHashSet, insert elements, and iterate in insertion order.
No known issues recorded.
No dependency data recorded yet.