derive-default-constructor 0.1.0

A simple macro to derive default constructors for structs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "derive-default-constructor"
version = "0.1.0"
edition = "2024"
description = "A simple macro to derive default constructors for structs"
license = "MIT"
license-file = "LICENSE"
repository = "https://github.com/toto04/derive-default-constructor"
authors = ["Tommaso Morganti <tommaso.morganti@polinetwork.org>"]

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0.95"
quote = "1.0.40"
syn = {version = "2.0.104", features = ["full", "parsing", "extra-traits"]}