jp_multimap 0.1.0

A barebones multimap (part of the jp project)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "jp_multimap"
version = "0.1.0"
authors = ["Joe Neeman <joeneeman@gmail.com>"]
edition = "2018"
description = "A barebones multimap (part of the jp project)"
repository = "https://github.com/jneem/jp"
license = "MIT/Apache-2.0"

[dependencies]
    serde = "1.0"
    serde_derive = "1.0"

[dev-dependencies]
    serde_yaml = "0.7"