Skip to main content

newtype_tools/
lib.rs

1#![doc = include_str!("../README.md")]
2
3#[cfg(feature = "derive")]
4pub use newtype_tools_derive::Newtype;