rmux-server 0.9.0

Tokio daemon and request dispatcher for the RMUX terminal multiplexer.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# rmux-server

> **Private API.** Implementation detail of [`rmux`]https://github.com/Helvesec/rmux.
> Semver is not guaranteed inside `0.x` — versions may break at any point.
> If you want a stable Rust API, depend on [`rmux-sdk`]https://crates.io/crates/rmux-sdk instead.

Tokio daemon and request dispatcher for the
[RMUX](https://github.com/Helvesec/rmux) terminal multiplexer. Owns the
runtime that holds sessions, windows, panes, and PTYs in memory, and that
serves the local IPC protocol. Published to crates.io for RMUX workspace
consumers and release builds; not intended as a stable consumer surface.

## License

Dual-licensed under [MIT](LICENSE-MIT) or [Apache-2.0](LICENSE-APACHE).