The Tokio console (https://github.com/tokio-rs/console) is pretty neat and lets you see async tasks running in a cool ui. It might be useful to integrate with it. While it is fairly tied to tokio, it looks like there is a crate that lets non-tokio producers plug in (https://docs.rs/console-api/latest/console_api/).
Perhaps the stateright UI explorer can be plugged into https://docs.rs/console-api/latest/console_api/ as well?
The Tokio console (https://github.com/tokio-rs/console) is pretty neat and lets you see async tasks running in a cool ui. It might be useful to integrate with it. While it is fairly tied to tokio, it looks like there is a crate that lets non-tokio producers plug in (https://docs.rs/console-api/latest/console_api/).
Perhaps the stateright UI explorer can be plugged into https://docs.rs/console-api/latest/console_api/ as well?