macro_rules! main_app { ( $ app: ident) => { ... }; }
Define the entry point of your application.
Your $app should implement the draw and handle functions. Refer to the examples to get started.
$app
draw
handle