Cross-platform terminal screen clearing library.
Tested with and tweaked for over 80 different terminals, multiplexers, SSH clients. See my research notes in the TERMINALS.md file.
toml
[dependencies]
clearscreen = "1.0.9"
rust
clearscreen::clear().unwrap();