futures-enum
#[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.
Usage
Add this to your Cargo.toml:
[]
= "0.1.11"
= "0.3.0-alpha.19"
The current futures-enum requires Rust 1.36 or later.
Examples
use ;
use *;
See auto_enums for how to automate patterns like this.
futures-enum works well even if the dependency contains only sub-crates such as futures-core, futures-io, etc.
Supported traits
Future- generated codeStream- generated codeSink- generated codeAsyncRead- generated codeAsyncWrite- generated codeAsyncSeek- generated codeAsyncBufRead- generated code
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.