console_engine 2.1.0

A simple terminal framework to draw things and manage user input
Documentation
# 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.