Crates.io | followfile |
lib.rs | followfile |
version | 0.2.1 |
source | src |
created_at | 2024-05-25 02:28:58.248729 |
updated_at | 2024-09-30 12:52:34.379856 |
description | Provides Reader library for following file changes. |
homepage | https://github.com/yamaura/followfile |
repository | https://github.com/yamaura/followfile |
max_upload_size | |
id | 1251685 |
size | 17,358 |
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.