followfile 0.2.1

Provides Reader library for following file changes.
Documentation
1
2
3
4
5
# followfile

This crate provides a Reader library equivalent to tail -f, allowing you to follow a file.

Currently, only the Tokio backend and polling are implemented.