futures-enum
futures-enum copied to clipboard
#[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.
https://github.com/taiki-e/derive_utils/issues/39 https://github.com/taiki-e/derive_utils/pull/41
Updates the requirements on [derive_utils](https://github.com/taiki-e/derive_utils) to permit the latest version. Release notes Sourced from derive_utils's releases. 0.14.2 Disable derive feature of syn dependency. Changelog Sourced from derive_utils's changelog. [0.14.2] -...
Updates the requirements on [derive_utils](https://github.com/taiki-e/derive_utils) to permit the latest version. Release notes Sourced from derive_utils's releases. 0.15.0 Use #[automatically_derived] on generated impls to improve coverage support. Changelog Sourced from derive_utils's...