Skip to content

Releases: lazy-bitfield/rust-mockstream

Allow waiting for write

09 Aug 10:36
826d69f

Choose a tag to compare

Accepted pull requests from @jayvdb

  • Added GitHub actions running tests (#9 )
  • Allow waiting for write (#10 )

added FailingMockStream and SyncMockStream

06 Nov 08:33

Choose a tag to compare

A lot of additions (and fixes) was merged (thanks @jonhoo, @wimh, @Detegr)

  • added FailingMockStream ( #2 ) and SyncMockStream (thread-safe variant of SharedMockStream - #4 )
  • derived some std traits (Clone #1, Default #6,#7 )
  • fixed subsequent calls to pop_bytes_written (#3)

rust 1.0.0b compatibility

06 Apr 12:28

Choose a tag to compare

Rewritten to use only stable API.
Internal implementation is changed in favor of std::io::Cursor (no public interface changes).