nio-console 0.1.0

A TUI console for Nio applications.
Documentation

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.