Crate betterstreams[][src]

Expand description

Library to make working with streams a bit less painful.

Modules

fs

Filesystem stream utilities.

util

General ergonomic improvements.

Structs

ChunkedStreamInfo

A stream that can be part of a larger file.

Type Definitions

DynIoStream

A boxed stream of Bytes.

UnpinDynIoStream

A boxed stream of Bytes that can be unpinned.