wrapper-lite 0.1.0

Helper macro for creating a wrapper over any type (new-type idiom).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# wrapper-lite

[![](https://img.shields.io/crates/v/wrapper-lite)](https://crates.io/crates/wrapper-lite)
[![](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)

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.

## MSRV

1.56.0

## LICENSE

MIT