rx_core_observable_just

Crates.iorx_core_observable_just
lib.rsrx_core_observable_just
version0.2.0
created_at2026-01-19 10:33:41.855782+00
updated_at2026-01-24 15:03:14.536957+00
descriptionjust observable for rx_core; emits a single value
homepagehttps://github.com/AlexAegis/rx_bevy
repositoryhttps://github.com/AlexAegis/rx_bevy
max_upload_size
id2054201
size10,586
Sandor (AlexAegis)

documentation

https://github.com/AlexAegis/rx_bevy

README

observable_just

crates.io ci codecov license

Immediately emits a single value.

See Also

Example

cargo run -p rx_core --example observable_just_example
let _s = just("hello").subscribe(PrintObserver::new("just"));

Output:

just - next: "hello"
just - completed
just - unsubscribed
Commit count: 652

cargo fmt