Just published my first Rust project: tail_chaser, a small tail-like library and binary crate. It was born from the need to follow a log file and do operations on each line in a very stale system with no useful utilities. The public methods on the library give me something to use in a larger project without reinventing the wheel (again) to just read the data out of the file when it updates, and the binary takes care of something like `tail -F --retry /some/file` #Rust #development #FOSS