Module 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ยง

FileStream
Convenience wrapper around streaming out files. Requires tokio