grrs_cheng 0.1.0

A tool to search files
Documentation
1
2
3
4
5
6
7
use log::{info, warn};

fn main() {
    env_logger::init();
    info!("starting up");
    warn!("oops, nothing implemented!");
}