minicrossterm/examples
2018-08-11 18:08:26 +02:00
..
color Moved files around. Added duplex example (broken). Broke alternate screen trying to add compat. 2018-07-31 22:50:51 +02:00
crossterm_type Moved files around. Added duplex example (broken). Broke alternate screen trying to add compat. 2018-07-31 22:50:51 +02:00
cursor Moved files around. Added duplex example (broken). Broke alternate screen trying to add compat. 2018-07-31 22:50:51 +02:00
input some examples fixed added multy threaded logging example and tested input and changed styling system 2018-08-11 17:58:15 +02:00
program_examples Quick fix logging example 2018-08-11 18:08:26 +02:00
terminal worked on some examples 2018-08-03 12:01:04 +02:00
README.md worked on some examples 2018-08-03 12:01:04 +02:00
simple.rs some examples fixed added multy threaded logging example and tested input and changed styling system 2018-08-11 17:58:15 +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)
  • input (this is about all input actions you can perform on with terminal)
  • crossterm_type (this is about the struct Crossterm)
  • program examples (this folder will contain some real life examples)

To run any example where there is a main() you could run cargo run --example simple.