Another try to simplify newtype creation in rust.
This crate provides customizable synonym
derive macro to create newtype and automatically implement some traits basing on the underlying type.
Warning: the code works fine, it is tested and should be useful, but is still not well documented. The documentation will be delivered with the version 0.1.0
, hopefully soon.
Licensed under of MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
All contributions and comments are more than welcome! Don't be afraid to open an issue or PR whenever you find a bug or have an idea to improve this crate.