Rmux: a scriptable terminal built in Rust
Rmux is a Rust-built terminal multiplexer with a typed SDK for scripting and automating CLI and TUI apps — like tmux, but with a Playwright-style async API.
2 articles tagged #rust
Rmux is a Rust-built terminal multiplexer with a typed SDK for scripting and automating CLI and TUI apps — like tmux, but with a Playwright-style async API.
Andrew Quinn replaced a 3 GB SQLite database with a 10 MB FST binary. 300x smaller, same lookups. Here is when FSTs beat SQLite for static lookup data.