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
5
6
7
#![cfg(feature = "derive")]

#[test]
fn newtype_trybuild() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/trybuild/*.rs");
}