wena 0.2.0

Wena is a micro-framework that provides an elegant starting point for your console application.
Documentation
1
2
3
4
5
6
7
mod components {
    mod alerts;
}

mod support {
    mod terminal;
}