hashlink
HashMap-like containers that hold their key-value pairs in a user controllable order
0.12.1
302M downloads/mo
#362 most downloaded on crates.io
djc/hashlink
What this package is like to depend on
Last release 1 months ago
06 Jul 2026
Ships fairly regularly
a new release about every 6 months
Some releases are documented
notes for 9 of 21 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
21 releases · first in 2019
4 releases in the last 12 months
see the full history below
Release timeline
21 releases · Jul 2019 to Jul 2026Releases
latest 21-
0.12.106 Jul 2026Release notes
Open source →What's Changed
- add various missing utility functions by @AlexanderSchuetz97 in #51
-
0.12.005 Jun 2026 -
0.11.105 Jun 2026 -
0.11.026 Oct 2025Release notes
Open source →The hashlink crate now has @djc as its new maintainer. Thanks to @kyren for starting and maintaining this crate until now!
What's Changed
-
0.10.009 Dec 2024Nothing published for this version
-
0.9.112 May 2024Release notes
Open source →- Bugfix:
LruCache::contains_keyshould take&selfand not move the entry as
though it is accessed. - Add basic
CursorMutAPI toHashMap(thanks @olebedev!) - Bump
hashbrowndependency to depend on a version ofhashbrownpast a
downstreamzerocopydependency. - Don't depend on default features of
hashbrown, removesallocator-api2
dependency.
- Bugfix:
-
0.9.009 Jan 2024Release notes
Open source →API incompatible change: Don't panic in reserve and try_reserve in cases where a rehash is needed. Previously would panic, adds the proper bounds on reserve methods to do a rehash (previously bounds were missing, and reserve would result in panics). (Thank you @cuviper)
-
0.8.428 Aug 2023 -
0.8.311 Jun 2023Nothing published for this version
-
0.8.215 May 2023Nothing published for this version
-
0.8.117 Sep 2022 -
0.8.014 Mar 2022 -
0.7.003 May 2021Nothing published for this version
-
0.6.006 Oct 2020Nothing published for this version
-
0.5.111 May 2020Nothing published for this version
-
0.5.018 Mar 2020Nothing published for this version
-
0.4.018 Nov 2019Nothing published for this version
-
0.3.012 Jul 2019Nothing published for this version
-
0.2.108 Jul 2019Nothing published for this version
-
0.2.006 Jul 2019Nothing published for this version
-
0.1.006 Jul 2019Nothing published for this version