[][src]Crate read_progress_stream

Wrapper for a stream that stores the number of bytes read so that uploading to S3 using the rusoto_s3 crate can indicate upload progress for larger files.

See the test for example usage and run with --nocapture to see the mock progress bar:

cargo test -- --nocapture

Structs

ReadProgressStream

Wrap a stream and store the number of bytes read.

Type Definitions

ProgressHandler

Progress handler is called with information about the stream read progress.