auto_enums_derive 0.6.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 async_buf_read;
pub(crate) mod async_read;
pub(crate) mod async_seek;
pub(crate) mod async_write;
pub(crate) mod sink;
pub(crate) mod stream;