default-with 0.1.0

Fill a struct that cannot implement Default with the remaining fields initialized with Default::default
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
categories = ["macro", "default"]
description = "Fill a struct that cannot implement Default with the remaining fields initialized with Default::default"
edition = "2021"
keywords = ["macro", "default", "destructure"]
license = "MIT OR Apache-2.0"
name = "default-with"
readme = "README.md"
repository = "https://github.com/joshuachp/default-with"
version = "0.1.0"