from_as 0.1.1

Traits and derive macros to Read and write types that implement serde Serialize and deserialize to files
Documentation
[dependencies.derive_from_as]
version = "0.1.1"

[dependencies.from_as_file]
version = "0.1.1"

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

[dependencies.serde_json]
version = "1.0.59"

[dependencies.serde_yaml]
version = "0.8.14"

[dependencies.toml]
version = "0.5"

[package]
authors = ["sreeise"]
description = "Traits and derive macros to Read and write types that implement serde Serialize and deserialize to files"
edition = "2018"
license = "MIT"
name = "from_as"
readme = "README.md"
repository = "https://github.com/sreeise/from_as"
version = "0.1.1"