console_engine 2.2.0

A simple terminal framework to draw things and manage user input
Documentation
1
2
3
# From 1.x


- Initialization of ConsoleEngine now returns a Result so he won't panic out of your control. Just add .unwrap() if you don't care.