[](https://crates.io/crates/synonym)
[](https://docs.rs/synonym)
[](https://raw.githubusercontent.com/rust-lang/docs.rs/master/LICENSE)
[](https://travis-ci.org/synek317/synonym)
# 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](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.