1 unstable release

Uses new Rust 2024

0.1.0 Feb 1, 2026

#5 in #tui-console

Apache-2.0

230KB
4.5K SLoC

nio-console

Nio Console is a terminal-based monitoring tool for Nio async runtime. It provides real-time insights into the performance and behavior of Nio applications.

Example

[dependencies]
nio-console = "0.1"

# Enable optimization in the dev profile for nio-console.
[profile.dev.package."nio-console"]
opt-level = 3

just call nio_console::launch() in your application to start the console.

Dependencies

~9–23MB
~311K SLoC