A Rust implementation of the Unix tail command, which outputs the last part of files to standard output. It supports options for following file changes, specifying the number of lines or bytes to display, and more.