Crate wrapper_lite

Crate wrapper_lite 

Source
Expand description

§wrapper-lite

Crates.io Docs.rs GitHub Tag

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.

§License

Licensed under either of:

at your option.

Macros§

general_wrapper
Helper macro for creating a wrapper over any type (new-type idiom).
wrapper
Helper macro for creating a wrapper over any type (new-type idiom).