Crates.io | ansi_control |
lib.rs | ansi_control |
version | 0.1.0 |
source | src |
created_at | 2016-02-19 12:43:11.915379 |
updated_at | 2016-02-19 12:43:11.915379 |
description | Library for controlling a cursor and a screen, on ANSI terminals. |
homepage | https://github.com/halship/rust-ansi-control |
repository | |
max_upload_size | |
id | 4218 |
size | 6,086 |
This is a library for controlling cursor and screen on ANSI terminals.
use ansi_control::*;
println!("This is a sample text.");
print!("{}", clear_display(Pos::Both));