tailf
A Rust library that provides an async file tailing functionality using the system's tail
command, powered by tokio::process::Command
.
Installation
Add this to your Cargo.toml
:
[]
= "0.1.0"
Usage
use tailf;
async
Cleanup
The underlying tail
process is automatically terminated when the tailer
instance is dropped.
License
This project is licensed under the MIT License - see the LICENSE file for details.