vec_key_value_pair 0.1.0

A drop-in replacement for std::HashMap that uses Vec on the backend
Documentation
1
2
3
4
5
6
7
8
[package]
description = "A drop-in replacement for std::HashMap that uses Vec on the backend"
edition = "2021"
license = "Apache-2.0"
name = "vec_key_value_pair"
readme = "Readme.md"
repository = "https://github.com/Ciubix8513/vec_key_value_pair"
version = "0.1.0"