barista 0.16.8

Concurrent status bar with cache expirations and remote control; aggregating outputs from external collector processes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod bar;
pub mod conf;
pub mod control;
pub mod fs;
pub mod ps;
pub mod tracing;
pub mod x11;

#[macro_export]
macro_rules! NAME {
    () => {
        env!("CARGO_CRATE_NAME")
    };
}