Crates.io | dumb-container |
lib.rs | dumb-container |
version | 0.0.2 |
source | src |
created_at | 2023-01-26 17:15:37.943847 |
updated_at | 2023-01-26 17:16:27.913268 |
description | A Vec-backed associative map |
homepage | |
repository | https://github.com/schuelermine/dumb-container |
max_upload_size | |
id | 768696 |
size | 17,790 |
A Vec
-backed reimplementation of Rust’s std::collections::HashMap
, as close as possible
This is a mostly API-compatible reimplementation of std::collections::HashMap
.
Some inherent methods that provide hash-based functionality have been removed, some trait bounds have been removed, the Debug
implementation has been altered for some types.