wrapper-lite 0.4.0

Helper macro for creating a wrapper over any type (new-type idiom).
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)
[![GitHub Tag](https://img.shields.io/github/v/tag/hanyu-dev/wrapper-lite)](https://github.com/hanyu-dev/wrapper-lite/tags)

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

This crate provides a simple macro for you to create a wrapper over _any_ type.

For changes and migration guide, see 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.