auto_enums_derive 0.5.2

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
pub(crate) mod deref;
pub(crate) mod deref_mut;
pub(crate) mod fn_;
pub(crate) mod fn_mut;
pub(crate) mod fn_once;
pub(crate) mod generator;
pub(crate) mod index;
pub(crate) mod index_mut;
pub(crate) mod range_bounds;