synonym 0.0.3

Customizable derive macro to create newtypes. It peeks into the underlying type to choose which traits should be implemented.
Documentation
[![Crates.io](https://img.shields.io/crates/v/synonym.svg)](https://crates.io/crates/synonym)
[![Docs.rs](https://docs.rs/synonym/badge.svg)](https://docs.rs/synonym)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/rust-lang/docs.rs/master/LICENSE)
[![Build Status](https://travis-ci.org/synek317/synonym.svg?branch=master)](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.