minicrossterm/examples/README.md

818 B

Lines of Code MIT Join us on Discord

Crossterm Examples

The examples are compatible with the latest release.

Structure

├── examples
│   └── interactive-test
│   └── event-*
│   └── stderr
  • examples/interactive-test, interactive demo
  • event-*, event reading demo
  • stderr , crossterm over stderr demo

Run examples

$ cargo run --example [file name]

License

This project is licensed under the MIT License - see the LICENSE.md file for details.