Docs.rs
rx-rust-1.0.1
rx-rust 1.0.1
Docs.rs crate page
MIT
14 September 2026
Links
Repository
crates.io
Source
Owners
623637646
Dependencies
async-io ^2
normal
optional
async-std ^1
normal
optional
cfg-if ^1
normal
educe ^0.6
normal
futures ^0.3.34
normal
optional
smol ^2
normal
optional
tokio ^1
normal
optional
async-io ^2
dev
pastey ^0.1
dev
tokio ^1
dev
Versions
49.93%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module switch
rx_rust
1.0.1
Module switch
Module Items
Structs
In rx_
rust::
operators::
combining
rx_rust
::
operators
::
combining
Module
switch
Copy item path
Source
Structs
ยง
Switch
Converts an Observable that emits Observables into a single Observable that emits the items emitted by the most recently emitted of those Observables. See
https://reactivex.io/documentation/operators/switch.html