Awesome
Crossterm Examples
The examples crate is deprecated and no longer maintained. All the examples are moved back into the crossterm repository
This repository can be used for crossterm versions lower than 0.14.
Structure
├── examples
│ └── src
│ └── bin
├── first-depth-search
└── snake
examples/src/bin
- various examples demonstrating thecrossterm
crate features.first-depth-search
- Depth-first search example.snake
- snake game.
Run examples
$ cargo run --bin snake
$ cargo run --bin first-depth-search
$ cargo run --bin alternate_screen
...
Authors
- Timon Post - Project Owner & creator
License
This project is licensed under the MIT License - see the LICENSE.md file for details.