Module io

Source

Structs§

SilentCopyProgress
Type that doesn’t emit anything for download progress.

Enums§

TailEvent

Traits§

ReportCopyProgress

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.