[](https://crates.io/crates/clearscreen)
[][copyright]

[](https://github.com/watchexec/clearscreen/actions/workflows/check.yml)
[][caretaker]
# ClearScreen
_Cross-platform terminal screen clearing library._
- **[API documentation][docs]**.
- [Dual-licensed][copyright] with Apache 2.0 and MIT.
- Uses [Caretaker Maintainership][caretaker].
- Minimum Supported Rust Version: 1.51.0.
[caretaker]: ./CARETAKERS.md
[copyright]: ./COPYRIGHT
[docs]: https://docs.rs/clearscreen
## Quick start
```toml
[dependencies]
clearscreen = "1.0.0"
```
```rust
clearscreen::clear().unwrap();
```