2019-09-24 19:45:59 +02:00
..
2019-09-19 13:12:16 +02:00
2019-09-17 10:50:39 +02:00
2019-09-20 23:50:53 +02:00
2019-09-24 19:45:59 +02:00
2019-09-20 23:50:53 +02:00
2019-09-19 13:12:16 +02:00

This folder contains examples for crossterm and it's the sub-crates.

When using a sub-crate instead of the crossterm crate, make sure to change the namespaces in the examples from crossterm to crossterm_{crate_name}.

Examples, on the different functionalities

Other

  • crossterm: this is about the struct Crossterm
  • command: this is about to the command api
  • program examples: this folder will contain some real life examples
  • command_bar: this is a terminal application where multiple threads write to the output while you can enter commands asynchronously.