flat_map 0.0.3

A compact map stored as a vector of key, value pairs.
Documentation
[package]
name = "flat_map"
version = "0.0.3"
authors = [
    "Jason Toffaletti <toffaletti@gmail.com>",
    "Michael Dilger <mike@optcomp.nz>",
]
description = "A compact map stored as a vector of key, value pairs."
license = "Apache-2.0"
repository = "https://github.com/toffaletti/flat_map.git"
readme = "README.md"

include = [
    "src/*.rs",
    "test/*.rs",
    "Cargo.toml",
    "README.md",
]

[lib]
name = "flat_map"
doctest = false