tail-reader 2.1.1

super fast and lightweight memory mapped tailer reader
Documentation
1
2
3
4
5
6
7
8
9
10
# tail-reader

```toml
[dependencies]
tail-reader = "0.0.5"
```

```Rust
TailReader::new("/path/to/file",|new_line| println!("just tailed: {}",newline)).tail();
```