multipart-write 0.1.0-alpha.1

Sink-like interface for writing an object in parts
Documentation

multipart-write

This crate contains the trait MultipartWrite and assorted implementations convenience combinators.

A MultipartWrite is a similar interface to Sink, except that writing an item or completing the write both return values.