emlop 0.8.1

A fast, accurate, ergonomic emerge.log parser
1
2
3
4
5
6
7
8
9
10
11
mod ansi;
mod current;
mod history;
mod proces;

pub use ansi::{Ansi, AnsiStr, Theme};
pub use current::{get_buildlog, get_emerge, get_pretend, get_resume, Mtimedb, Pkg, PkgMoves};
pub use history::{get_hist, Hist};
#[cfg(test)]
pub use proces::tests::procs;
pub use proces::{get_all_proc, FmtProc, ProcKind, ProcList};