wrapper-lite 0.5.1

Helper macro for building a wrapper type and implementing common traits for it.
Documentation
# wrapper-lite

[![crates.io](https://img.shields.io/crates/v/wrapper-lite)](https://crates.io/crates/wrapper-lite)
[![docs.rs](https://img.shields.io/docsrs/wrapper-lite)](https://docs.rs/wrapper-lite)
[![tag](https://img.shields.io/github/v/tag/hanyu-dev/wrapper-lite)](https://github.com/hanyu-dev/wrapper-lite/tags)

The newtype idiom gives compile time guarantees that the right type of value is supplied to a program.

This crate provides a declarative macro for you to build a wrapper type and implementing common traits for it.

For changes and migration guide, please refer to the [CHANGELOG](CHANGELOG.md).

## License

Licensed under either of:

- Apache License, Version 2.0 ([LICENSE-APACHE]LICENSE-APACHE or <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT License ([LICENSE-MIT]LICENSE-MIT or <http://opensource.org/licenses/MIT>)

at your option.