flash-mockstream

Crates.ioflash-mockstream
lib.rsflash-mockstream
version0.1.1
sourcesrc
created_at2018-09-07 17:54:26.668944
updated_at2018-09-07 20:18:30.920212
descriptiona mockstream for testing
homepage
repositoryhttps://github.com/oezgurakkurt/flash.git
max_upload_size
id83479
size5,411
(oezgurakkurt)

documentation

README

flash-mockstream crates.io

A mockstream that implements std::io::Read, std::io::Write, tokio_io::AsyncRead and tokio_io::AsyncWrite.

It writes and reads from the same buffer so you can write from one end and read from other end;

See tests folder for examples.

Commit count: 0

cargo fmt