ansi_control 0.1.0

Library for controlling a cursor and a screen, on ANSI terminals.
Documentation
  • Coverage
  • 75%
    9 out of 12 items documented1 out of 9 items with examples
  • Size
  • Source code size: 6.24 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.45 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • Documentation
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • halship

rust-ansi-control Build Status

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

Documentation

Example

use ansi_control::*;

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