dumb-container

Crates.iodumb-container
lib.rsdumb-container
version0.0.2
sourcesrc
created_at2023-01-26 17:15:37.943847
updated_at2023-01-26 17:16:27.913268
descriptionA Vec-backed associative map
homepage
repositoryhttps://github.com/schuelermine/dumb-container
max_upload_size
id768696
size17,790
Anselm Schüler (schuelermine)

documentation

README

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.

Commit count: 15

cargo fmt