derive_setters 0.1.4

Rust macro to automatically generates setter methods for a struct's fields.
Documentation
[dependencies.darling]
version = "0.10"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "1"

[features]
nightly = ["proc-macro2/nightly"]

[lib]
proc-macro = true

[package]
authors = ["Lymia Aluysia <lymia@lymiahugs.com>"]
description = "Rust macro to automatically generates setter methods for a struct's fields."
edition = "2018"
license = "MIT/Apache-2.0"
name = "derive_setters"
readme = "README.md"
repository = "https://github.com/Lymia/derive_setters"
version = "0.1.4"