# rustop A gotop clone, written in Rust. Mostly done in an effort to learn Rust, while also potentially making a tool that people might want to use. ## Features * Support for Linux. ## Thanks * As mentioned, this project is most definitely inspired by [gotop](https://github.com/cjbassi/gotop). * This application was written with the following libraries: * [heim](https://github.com/heim-rs/heim) * [sysinfo](https://github.com/GuillaumeGomez/sysinfo) * [termion](https://github.com/redox-os/termion) * [tokio](https://github.com/tokio-rs/tokio) * [tui-rs](https://github.com/fdehau/tui-rs)