We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e16672 commit 78289d5Copy full SHA for 78289d5
Cargo.toml
@@ -3,3 +3,9 @@
3
name = "mockstream"
4
version = "0.0.1"
5
authors = ["Alex Bogma <bitfield.alex@gmail.com>"]
6
+license = "MIT"
7
+description = "Stream (Read+Write traits) implementations to be used to mock real streams in tests."
8
+repository = "https://github.com/lazy-bitfield/rust-mockstream"
9
+readme = "README.md"
10
+keywords = ["test", "stream", "io", "mock"]
11
+
0 commit comments