ordered-map 0.4.0

A HashMap, with the capability of accessing the keys and values in order
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.quickcheck]
version = "0.9.2"

[dependencies.quickcheck_macros]
version = "0.9.1"

[package]
authors = ["Incomplete <incomplete@aixon.co>"]
description = "A HashMap, with the capability of accessing the keys and values in order"
edition = "2018"
homepage = "https://github.com/qwfy/ordered-map"
license = "MIT"
name = "ordered-map"
repository = "https://github.com/qwfy/ordered-map.git"
version = "0.4.0"