/rust-load-gui

A small project to display the system load averages in the terminal using Rust/ncurses.

Primary LanguageRustMIT LicenseMIT

Simple RUST code to display load average in dialog box

Install required system libs (Debian/Ubuntu)

sudo apt-get install libncurses5-dev libncursesw5-dev

Install rust libs

cargo build

Run

cargo run