newtype-derive-2018 0.2.3

This crate provides macros for deriving common traits for newtype structures.
Documentation
1
2
3
4
5
6
7
8
9
10
11
![maintenance: actively developed](https://img.shields.io/badge/maintenance-actively--developed-brightgreen.svg)

# `newtype-derive-2018`

The [newtype-derive](https://crates.io/crates/newtype-derive) modern fork.

This crate provides macros for deriving common traits for newtype structures.

All of these macros are designed to be used with
the [`macro-attr-2018`](https://crates.io/crates/macro-attr-2018) crate,
though they can be used independent of it.