minicrossterm/examples/Crossterm 0.3.1
2018-07-26 16:37:36 +00:00
..
color read line, read char, read async and read async until implemented for windows 2018-07-20 18:00:46 +02:00
crossterm_type read line, read char, read async and read async until implemented for windows 2018-07-20 18:00:46 +02:00
cursor read line, read char, read async and read async until implemented for windows 2018-07-20 18:00:46 +02:00
input fixed examples 2018-07-26 16:37:36 +00:00
program_examples read line, read char, read async and read async until implemented for windows 2018-07-20 18:00:46 +02:00
terminal read line, read char, read async and read async until implemented for windows 2018-07-20 18:00:46 +02:00
bin.rs fixed examples 2018-07-26 16:37:36 +00:00
README.md read line, read char, read async and read async until implemented for windows 2018-07-20 18:00:46 +02:00

This folder contains examples for version 0.3.0 Here you will find examples of all the functionalities crossterm offers.

It has 4 modules:

  • color (this is about all the styling of the terminal)
  • cursor (this is about all the actions you can perform with the cursor)
  • terminal (this is about all the actions you can perform on the terminal)
  • program examples (this folder will contain some real life examples)