table 0.4.0

A specialized map for storing values of varying types.
Documentation
[package]
name = "table"
version = "0.4.0"
authors = ["Adam Gausmann <agausmann@fastmail.com>"]
description = "A specialized map for storing values of varying types."
repository = "https://gitlab.com/tsukurou/table"
license = "GPL-3.0"

[lib]
name = "table"

[badges]
gitlab = { repository = "tsukurou/table" }
maintenance = { status = "actively-developed" }

[dependencies]
serde = "1.0"

[dev-dependencies]
serde_bytes = "0.10"
serde_test = "1.0"