Derive Default using serde field level annotations
Derive default using `#[serde(default)]`
Uses serde's Option<T> handling to let you easily specify defaults for all fields at once by implementing Default.
Derive default using `#[serde(default)]`
BMBP Marco
BMBP Marco
BMBP Marco
BMBP Marco
BMBP Marco
BMBP Marco
JSON parser for unistructgen with smart type inference
Trait and derive macro for testing whether a value equals its default state, with per-field customization and optional serde integration