[`fake-rs`](https://github.com/cksac/fake-rs) allows you to generate fakers for newtypes: ```rust #[derive(Debug, Dummy)] struct NewTypeTuple(#[dummy(faker = "1..100")] usize, String); ``` But of course, it doesn't work with `nutype`. So it would be nice if it can integrate with it.