Module mpart_async::filestream

source ·
Expand description

The FileStream is a tokio way of streaming out a file from a given path.

This allows you to do FileStream::new("/path/to/file") to create a stream of Bytes of the file

Structs

  • Convenience wrapper around streaming out files. Requires tokio