semtor_rust_grep 0.1.0

A rust implemention of grep
Documentation
1
2
3
4
5
6
use semtor_rust_grep::start;


fn main() {
    start();
}