Tom Karwowski
Tom Karwowski
Closes https://github.com/xacrimon/dashmap/issues/136.
Closes https://github.com/xacrimon/dashmap/issues/219. Use `once_cell` crate to memoize the value. This doesn't add any new dependencies, as `once_cell` was already a subdependency. Additionally, it was merged into std in nightly and...
Closes https://github.com/xacrimon/dashmap/issues/170. Add `DashMap::try_reserve` method that tries to allocate additional space in each of the shards, erring if any of the shards underlying `hashbrown::HashMap::try_reserve` calls errors.
Hey @softprops, I encountered the problem of error accuracy when working with `envy`. [This issue](https://github.com/softprops/envy/issues/1) seems vaguely relevant, but it's missing any description, so I decided to create a new...
Closes https://github.com/hyperium/hyper/issues/2853.
**Is your feature request related to a problem? Please describe.** I recently tried to remove reqwest as a dependency from a project (using the lower-level hyper::Client which was already required...
#### Describe your feature request [cargo-binstall](https://github.com/cargo-bins/cargo-binstall) is a way to fetch precompiled binaries without the need to build from source. It is meant to speed up installing new cargo tools....
Closes https://github.com/xacrimon/dashmap/issues/258.
Closes https://github.com/xacrimon/dashmap/issues/276.
I think it was overlooked, doesn't make sense for it to be missing.