Structs§
- Silent
Copy Progress - Type that doesn’t emit anything for download progress.
Enums§
Traits§
Functions§
- copy_
async_ progress - Copies from the reader to the writer, reporting progress to the provided reporter every so often.
- tailf
- Simple, naive implementation of
tail -f -n <n> <path>
. Uses polling, so it’s not the fastest, but simple and working for easy cases.