Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

rust/ratatui/user-input

Inspired by:

In this project I learned how to:

  • Use the IndexMap from the indexmap dependency.
  • Use ratatui's widgets, text components, layout elements, styles...
  • Create a draw loop.
  • Create a simple CRUD program.
  • Map keys to an action when they are pressed.
  • Control the cursor's position.

Run with cargo run.