newtype-tools 0.1.0-beta.7

A lightweight library designed to make the newtype idiom more ergonomic to use.
Documentation
1
2
3
4
5
error: expected `struct Newtype(inner_type)`
 --> tests/trybuild/struct-tuple.rs:2:9
  |
2 | struct N(u64, u64);
  |         ^^^^^^^^^^