dmadisetti / steam-tui

Rust TUI client for steamcmd
MIT License
858 stars 17 forks source link

Migrate to Crossterm over Termion #50

Closed dmadisetti closed 2 years ago

dmadisetti commented 2 years ago

crossterm pros:

termion pros:

Others considering this migration (for context):

Blog on migration:

zeerooth commented 2 years ago

I'm all for migrating to crossterm, it seems to have gained more traction than termion, it's being maintained better, has better docs and of course windows support is a huge plus if steam-tui decides to support windows.