rx-rust 1.0.1

Reactive Programming in Rust inspired by ReactiveX https://reactivex.io/
Documentation
1
2
3
4
5
use crate::disposable::Disposable;

impl Disposable for () {
    fn dispose(self) {}
}