rx-rust 0.3.0

Reactive Programming in Rust inspired by ReactiveX https://reactivex.io/
Documentation
1
2
3
4
5
6
7
8
pub mod debug;
pub mod hook_on_next;
pub mod hook_on_subscription;
pub mod hook_on_termination;
pub mod map_infallible_to_error;
pub mod map_infallible_to_value;
#[cfg(feature = "futures")]
pub mod observable_stream;