Skip to content

Rust library for controlling cursor and screen on ANSI terminal.

License

Notifications You must be signed in to change notification settings

halship/rust-ansi-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-ansi-control ansi_control on crates.io Build Status

This is deprecated.

This is a library for controlling cursor and screen on ANSI terminals.

Installation

This crate works with Cargo. Add the following to your 'Cargo.toml':

[dependencies]
ansi_control = "0.1"

Example

use ansi_control::*;

println!("This is a sample text.");
print!("{}", clear_display(Pos::Both));

About

Rust library for controlling cursor and screen on ANSI terminal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages