Home

Awesome

Lines of Code MIT Join us on Discord

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

Run examples

$ cargo run --bin snake
$ cargo run --bin first-depth-search
$ cargo run --bin alternate_screen
...

Authors

License

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