auto_enums_derive 0.6.0

This library provides an attribute macro like a wrapper of `#[derive]`, implementing the supported traits and passing unsupported traits to `#[derive]`.
Documentation
1
2
3
4
5
6
7
8
9
10
/// `core::convert`
pub(crate) mod convert;
/// `core::fmt`
pub(crate) mod fmt;
/// `core::future`
pub(crate) mod future;
/// `core::iter`
pub(crate) mod iter;
/// `core::ops`
pub(crate) mod ops;