derive-ctor 0.1.0

Adds `#[derive(ctor)]` which allows for the auto-generation of a constructor.
Documentation
[[test]]
name = "test"
path = "tests/test.rs"
[dependencies.proc-macro2]
version = "1.0.*"

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

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

[lib]
name = "derive_ctor"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Evan Cowin"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Adds `#[derive(ctor)]` which allows for the auto-generation of a constructor."
edition = "2021"
exclude = [".github/*", ".gitignore"]
keywords = ["derive", "macro", "trait", "procedural"]
license = "MIT"
name = "derive-ctor"
readme = "README.md"
repository = "https://github.com/ImaMapleTree/derive-ctor"
version = "0.1.0"