auto_enums_derive 0.5.5

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
/// `std::error`
pub(crate) mod error;
/// `std::io`
pub(crate) mod io;