Rust terminal drawing library
Find a file
Joscha 607c11fea4 Use new with_* naming scheme
All builder-like functions are now named with_*. There is also now a way
to set each property imperatively with only a mutable reference.

The only widgets I haven't yet converted to this style are the Join*
widgets; they're a bit harder to figure out an appropriate API for.
2023-02-20 15:53:49 +01:00
.vscode Add vscode settings 2023-02-16 09:37:59 +01:00
examples Use new with_* naming scheme 2023-02-20 15:53:49 +01:00
src Use new with_* naming scheme 2023-02-20 15:53:49 +01:00
.gitignore Create project 2022-05-21 00:15:53 +02:00
Cargo.toml Add Widget and AsyncWidget traits 2023-02-16 09:37:59 +01:00