tagmap 0.1.0

PLC-like lightweight-typing tag map
Documentation
[dependencies.eva-common]
version = "0.4"

[dependencies.serde]
features = ["derive"]
version = "1.0.164"

[lib]
name = "tagmap"
path = "src/lib.rs"

[package]
authors = ["Serhij S. <div@altertech.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "PLC-like lightweight-typing tag map"
edition = "2018"
keywords = ["plc", "map", "json"]
license = "MIT"
name = "tagmap"
readme = "README.md"
repository = "https://github.com/alttch/tagmap"
version = "0.1.0"