derive-ctor 1.0.3

Adds `#[derive(ctor)]` which allows for the auto-generation of struct, enum, and union constructors.
Documentation
[dependencies.heck]
optional = true
version = "0.5.*"

[dependencies.proc-macro2]
version = "1.0.*"

[dependencies.quote]
version = "1.*"

[dependencies.syn]
version = "2.0.*"

[features]
default = ["structs", "enums", "unions"]
enums = ["dep:heck"]
structs = []
unions = []

[lib]
proc-macro = true

[package]
authors = ["Evan Cowin"]
categories = ["no-std", "rust-patterns"]
description = "Adds `#[derive(ctor)]` which allows for the auto-generation of struct, enum, and union constructors."
edition = "2021"
exclude = [".github/*", ".gitignore"]
keywords = ["derive", "macro", "trait", "procedural", "no_std"]
license = "MIT"
name = "derive-ctor"
readme = "README.md"
repository = "https://github.com/ImaMapleTree/derive-ctor"
version = "1.0.3"