bzfquery 2.0.0

Rust version of bzfquery with no external dependencies. It can be used as a library or form the command line.
Documentation
1
2
3
4
5
6
7
8
9
pub const RESET: &str = "";
pub const BRIGHT: &str = "";
pub const UNDERLINE: &str = "";
pub const RED: &str = "";
pub const GREEN: &str = "";
pub const YELLOW: &str = "";
pub const BLUE: &str = "";
pub const MAGENTA: &str = "";
pub const WHITE: &str = "";