HashMap-like containers that maintain insertion order of key-value pairs, similar to Python's OrderedDict.
# Cargo.toml
[dependencies]
hashlink = "0.11.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a LinkedHashMap, inserts entries, and iterates in insertion order.
No known issues recorded.
No dependency data recorded yet.