ordered-map 0.3.1

A HashMap with the ability to access the keys sorted by value
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "ordered-map"
version = "0.3.1"
authors = ["Incomplete <incomplete@aixon.co>"]
edition = "2018"
description = "A HashMap with the ability to access the keys sorted by value"
license = "MIT"

[dependencies]
quickcheck = "0.9.2"
quickcheck_macros = "0.9.1"