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
1
2
3
4
5
6
pub(crate) mod double_ended_iterator;
pub(crate) mod exact_size_iterator;
pub(crate) mod extend;
pub(crate) mod fused_iterator;
pub(crate) mod iterator;
pub(crate) mod trusted_len;