minicrossterm/examples/Crossterm 0.2.3
2018-07-12 23:36:30 +02:00
..
color unix tested 2018-07-12 17:48:13 +00:00
crossterm_type Added release notes, docs, readme changed almost done for release 0.2.3 2018-07-12 23:36:30 +02:00
cursor unix tested 2018-07-12 17:48:13 +00:00
program_examples Added release notes, docs, readme changed almost done for release 0.2.3 2018-07-12 23:36:30 +02:00
terminal unix tested 2018-07-12 17:48:13 +00:00
bin.rs unix tested 2018-07-12 17:48:13 +00:00
README.md unix tested 2018-07-12 17:48:13 +00:00

This folder contains examples for version 0.2.3. 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)