tail 0.2.0

Tail implementation in Rust that is performant and resistant to file truncations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "tail"
version = "0.2.0"
authors = ["Timothy Bess <tdbgamer@gmail.com>"]
description = "Tail implementation in Rust that is performant and resistant to file truncations"
repository = "https://github.com/tdbgamer/Tail"
readme = "README.md"
license = "Apache-2.0"

[dependencies]
inotify = "0.5.0"
getopts = "0.2.17"

[lib]
name = "tail"
path = "src/lib.rs"