auto_enums_derive 0.5.4

This library provides an attribute macro like a wrapper of `#[derive]`, implementing the supported traits and passing unsupported traits to `#[derive]`.
Documentation
// [std|core]::iter
pub(crate) mod iter;

// [std|core]::ops
pub(crate) mod ops;

// [std|core]::convert
pub(crate) mod convert;

// [std|core]::fmt
pub(crate) mod fmt;

// [std|core]::future
pub(crate) mod future;

// std::io
#[cfg(feature = "std")]
pub(crate) mod io;

// std::error
#[cfg(feature = "std")]
pub(crate) mod error;