I decided to explore a little bit more of rust and chose a completely random project to play with: a cripto bot with user interface in the terminal. I experimented with ratatui and it was very good :) Here is the result:

It is very interactive, you can pan and zoom the graph, draw indicators, edit settings, there is even a little command input where you can enter actions :)

You can find the source code here.