partial-io 0.5.4

Helpers to test partial, interrupted and would-block I/O operations, with support for property-based testing through proptest and quickcheck.
Documentation
[[example]]
name = "buggy_write"
required-features = ["quickcheck1", "proptest1"]
[dependencies.futures]
optional = true
version = "0.3"

[dependencies.pin-project]
optional = true
version = "1.0.4"

[dependencies.proptest]
optional = true
version = "1.0.0"

[dependencies.quickcheck]
optional = true
version = "1.0.3"

[dependencies.rand]
features = ["getrandom", "small_rng"]
optional = true
version = "0.8.5"

[dependencies.tokio]
optional = true
version = "1.21.1"
[dev-dependencies.itertools]
version = "0.10.5"

[dev-dependencies.once_cell]
version = "1.15.0"

[dev-dependencies.quickcheck]
version = "1.0.3"

[dev-dependencies.tokio]
features = ["io-util", "macros", "rt-multi-thread"]
version = "1.21.1"

[features]
futures03 = ["futures", "pin-project"]
proptest1 = ["proptest"]
quickcheck1 = ["quickcheck", "rand"]
tokio1 = ["futures03", "tokio"]

[package]
authors = ["Rain <rain@sunshowers.io>"]
categories = ["development-tools::testing", "asynchronous"]
description = "Helpers to test partial, interrupted and would-block I/O operations, with support for property-based testing through proptest and quickcheck."
documentation = "https://docs.rs/partial-io"
edition = "2021"
exclude = ["TARGETS", "publish-docs.sh", "rust-partial-io.iml", ".travis.yml", "**/*.bk"]
keywords = ["partial", "interrupted", "tokio", "quickcheck", "proptest"]
license = "MIT"
name = "partial-io"
readme = "README.md"
repository = "https://github.com/sunshowers-code/partial-io"
rust-version = "1.56"
version = "0.5.4"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "doc_cfg"]