the_newtype/
lib.rs

1#![doc = include_str!("../README.md")]
2
3pub use the_newtype_core::Newtype;
4pub use the_newtype_macros::Newtype;