string_wrapped 0.1.1

Tiny library to easily handle deserialization of different types that are serialized to strings
Documentation
[package]
name = "string_wrapped"
version = "0.1.1"
authors = ["Niclas Rosengren <niclas.rosengren@gmail.com>"]
edition = "2018"
license = "MIT"
repository = "https://github.com/nicrgren/string_wrapped_rs"
description = "Tiny library to easily handle deserialization of different types that are serialized to strings"


[dependencies]
serde = "1.0.92"

[dev-dependencies]
serde_json = "1.0.39"