followfile 0.2.1

Provides Reader library for following file changes.
Documentation

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.