fancy-default 0.1.0

A better `derive(Default)` implementation.
Documentation
1
2
3
4
5
6
pub trait ConstDefault {
    const DEFAULT: Self;
}

/// Re-exporting `Default` to prevent naming pollution.
pub use core::default::Default;