nio-console 0.1.0

A TUI console for Nio applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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

```toml
[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.