newtype-tools 0.1.0-beta.8

A lightweight library designed to make the newtype idiom more ergonomic to use.
Documentation
1
2
3
4
#[derive(newtype_tools::Newtype)]
struct N(u64, u64);

fn main() {}