All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
impl Display
forDuplicateKeysError
?Sized
bound forQ
key asref genericsEntry
API
clone_to_alloc()
method to allow cloning of largeConstLru
s without stack overflows
clear()
causing stack overflows for largeConstLru
s
- UB involving uninitialized
bs_index
innew()
and converting references to pointers caught by miri
init_at_alloc()
fn to allow largeConstLru
s to be initialized at pre-allocated memory without causing stack overflows.
IterIndexed
now iterates in key-order instead of lru-order. This should result in slightly faster.clone()
s
Initial release