from_as 0.2.0

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

[dependencies.from_as_file]
version = "0.2.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9.20"

[dependencies.toml]
version = "0.7.3"

[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.2.0"