Skip to content

Releases: PsiACE/ritelinked

Release v0.3.2

24 Aug 15:51
Compare
Choose a tag to compare

Release v0.3.1

27 May 16:05
Compare
Choose a tag to compare
chore: bump 0.3.1

Signed-off-by: Chojan Shang <psiace@outlook.com>

Release v0.3.0

04 May 03:06
Compare
Choose a tag to compare

Glad to welcome hashbrown v0.11 and griddle v0.5.1

  • feat(map): add to_front & to_back methods
  • fix(set): check ordering when comparing sets
  • build(deps): upgrade to hashbrown 0.11 & griddle 0.5

Release v0.2.2

06 Mar 14:17
Compare
Choose a tag to compare

RiteLinked provides more up to date versions of LinkedHashMap & LinkedHashSet in Rust .
You can easily use it on std or no_std environment.

Support some practical feature combinations to help you better embed them in existing code: serde, inline-more etc.
Especially, it uses griddle by default, if you have a lot of data, it can effectively help you reduce the possible tail delay.
(Of course, hashbrown can also be used)