//! Asynchronous access to a bincode-encoded item stream using `futures_io`. See the top-level
//! documentation and the documentation for [`AsyncBincodeReader`], [`AsyncBincodeWriter`], and
//! [`AsyncBincodeStream`].
make_reader!;
make_writer!;
make_stream!;