Rust terminal drawing library
Find a file
Joscha 8fae7d2bf1 Return Redraw enum instead of bool
Boolean values were too easy to accidentally interpret the wrong way.
2022-05-29 13:18:25 +02:00
examples Return Redraw enum instead of bool 2022-05-29 13:18:25 +02:00
src Return Redraw enum instead of bool 2022-05-29 13:18:25 +02:00
.gitignore Create project 2022-05-21 00:15:53 +02:00
Cargo.toml Create simple terminal and buffer abstractions 2022-05-21 20:53:32 +02:00