Crates.io Docs.rs MIT License Build Status

Synonym

Overview

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.

Work in progress

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.

License

Licensed under of MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)

Contribution

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.