nnn 1.2.2

Generate your newtypes from a single macro.
Documentation
1
2
3
4
5
6
use nnn::nnn;

#[nnn(derive(Default))]
struct DefaultFloat(f64);

fn main() {}