Sourced from dashmap's releases.
v5.5.0
Hey folks. This time is not especially different. This release contains QoL improvements, some bugfixes to get around panics and then panic message improvement as well as the usual ephemeral dep updates.
ea4ea24
v5.5.0018f0a1
assert that the shard count is not 1 (#273)6616a8d
fmt3b41846
Entry insert (#226)079faeb
feat: implement Display and AsRef for MappedRef (#261)dcc97f8
Implement Serialize
for reference types (#264)4c7568c
add support for arbitrary (#272)d36311e
update deps & toolchain to stable-1.64 (#271)7f9522c
fmt (#251)8a0149d
Add shards_mut()
and into_shards()
to
DashMap
and shards()
to `ReadOn...