rx_core_observer_print

Crates.iorx_core_observer_print
lib.rsrx_core_observer_print
version0.2.0
created_at2026-01-19 12:03:29.650769+00
updated_at2026-01-24 15:04:14.880258+00
descriptionprint observer for rx_core, it prints out received values
homepagehttps://github.com/AlexAegis/rx_bevy
repositoryhttps://github.com/AlexAegis/rx_bevy
max_upload_size
id2054434
size10,788
Sandor (AlexAegis)

documentation

https://github.com/AlexAegis/rx_bevy

README

observer_print

crates.io ci codecov license

Print all observed signals to stdout for quick debugging.

See Also

Example

cargo run -p rx_core --example observer_print_example
let _subscription = just(1).subscribe(PrintObserver::new("hello"));

Output:

hello - next: 1
hello - completed
hello - unsubscribed
Commit count: 652

cargo fmt