default_new 0.1.0

A DefaultNew derive to generate a Default impl that just calls Self::new().
Documentation
1
2
3
#![no_std]

pub use default_new_macros::DefaultNew;