You can run it using cargo run
and it shows a simple TUI app w/ 2 column layout that
uses something like Flexbox.
You can see the TODOs in TODO.todo.
lib
portion to r3bl_rs_utils
crate (the tui
part).bin
portion stays in this repo, and becomes the actual TUI app.lib
portion into r3bl_rs_utils
crate
the tui-core
part.You can see the DONEs in DONE.todo.