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


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = "1.0.127"