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.
├── examples
│ └── src
│ └── bin
├── first-depth-search
└── snake
examples/src/bin- various examples demonstrating thecrosstermcrate features.first-depth-search- Depth-first search example.snake- snake game.
$ cargo run --bin snake
$ cargo run --bin first-depth-search
$ cargo run --bin alternate_screen
...- Timon Post - Project Owner & creator
This project is licensed under the MIT License - see the LICENSE.md file for details.