Derive the Display trait for custom types with minimal boilerplate.
# Cargo.toml
[dependencies]
display_derive = "0.0.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Derive Display for a struct and print it.
Replace with `derive_more` in Cargo.toml: `derive_more = "0.99"` and use `#[derive(Display)]` from that crate.
No dependency data recorded yet.