serde-key-value-vec-map 0.1.0

Deserialize maps or JSON objects in serde to structs that implement the FromKeyValue trait
Documentation
[package]
name = "serde-key-value-vec-map"
version = "0.1.0"
authors = ["Michael Neumann <mneumann@ntecs.de>"]
license = "MIT"
repository = "https://gitlab.com/mneumann_ntecs/serde-key-value-vec-map"
description = "Deserialize maps or JSON objects in serde to structs that implement the FromKeyValue trait"
keywords = ["serde"]
edition = "2018"

[dependencies]
serde = "1"

[dev-dependencies]
serde_json = "1"
serde = { version = "1", features = ["derive"] }