minicrossterm/examples/README.md
2019-09-24 19:45:59 +02:00

2.1 KiB

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.