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.