plox 0.3.5

Turn messy logs into clean graphs. Plot fields or regex matches over time, mark events, count occurrences — all from your terminal.
Documentation
1
2
3
4
5
6
7
fn main() {
	#[cfg(feature = "generate-readme")]
	{
		println!("cargo:rerun-if-changed=SAMPLE.docify.md");
		println!("cargo:rerun-if-changed=tests/cmd_tests.rs");
	}
}