auto_enums_derive 0.6.3

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
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;
#[cfg(feature = "trusted_len")]
pub(crate) mod trusted_len;