advise 0.1.0

User-friendly status reporting
Documentation
1
2
3
4
5
6
use advise::{info, warn};

fn main() {
    warn!("It's dangerous to go alone!");
    info!("Take this.");
}