ogre-stream-ext 0.1.6

`futures` shortcuts with ergonomic extensions to unlock the full power of Streams in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod rate_manager_ext;
pub use rate_manager_ext::*;

mod finalization_callback_ext;
pub use finalization_callback_ext::*;

mod finalization_callbacks_ext;
pub use finalization_callbacks_ext::*;

mod timeout_ext;
pub use timeout_ext::*;

mod try_enumerate_ext;
pub use try_enumerate_ext::*;

mod try_count_ext;
pub use try_count_ext::*;