dyn-dictionary 0.1.4

Rust dict for store value of any type in one map
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.serde]
version = "1.0.127"

[package]
categories = ["dictionary"]
description = "Rust dict for store value of any type in one map"
documentation = "https://docs.rs/dyn-dictionary"
edition = "2018"
keywords = ["dictionary"]
license = "GPL-3.0"
name = "dyn-dictionary"
repository = "https://github.com/PFAhard/dyn_dict"
version = "0.1.4"