minicrossterm/examples/Crossterm 0.3.0
2018-07-20 18:00:46 +02:00
..
color fixed examples 0.3.0 2018-07-18 22:32:17 +02:00
crossterm_type removed '-' sign in file 2018-07-18 18:02:44 +02:00
cursor fixed examples 0.3.0 2018-07-18 22:32:17 +02:00
program_examples removed target, updated version number to 0.3.0 2018-07-15 23:08:10 +02:00
terminal fixed examples 0.3.0 2018-07-18 22:32:17 +02:00
bin.rs read line, read char, read async and read async until implemented for windows 2018-07-20 18:00:46 +02:00
README.md removed target, updated version number to 0.3.0 2018-07-15 23:08:10 +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)