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/enum.rs:2:1
  |
2 | enum Enum {}
  | ^^^^