derive_from_as 0.1.1

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

[dependencies.quote]
version = "0.6.11"

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

[dependencies.serde_json]
version = "1.0.59"

[dependencies.serde_yaml]
version = "0.8.14"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "0.15.29"

[dependencies.toml]
version = "0.5"

[lib]
proc-macro = true

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