fakemap 0.2.1

Map with Vec implementation, without ordering or hashing (for Serde deserialization)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.serde]
version = "1"

[dev-dependencies.serde_yaml]
version = "0.8"

[package]
authors = ["Thomas Schaller <me@torkleyy.com>"]
description = "Map with Vec implementation, without ordering or hashing (for Serde deserialization)"
documentation = "https://docs.rs/fakemap"
edition = "2018"
license = "MIT"
name = "fakemap"
readme = "README.md"
repository = "https://github.com/torkleyy/fakemap"
version = "0.2.1"