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.
```toml
[dependencies]
nio-console = "0.1"
[profile.dev.package."nio-console"]
opt-level = 3
```
just call `nio_console::launch()` in your application to start the console.