| Crates.io | futures-x-io-timeoutable |
| lib.rs | futures-x-io-timeoutable |
| version | 0.3.2 |
| created_at | 2020-08-13 01:18:22.720841+00 |
| updated_at | 2021-01-25 01:37:22.773747+00 |
| description | Timeout ext for futures io and tokio io. |
| homepage | https://github.com/bk-rs/futures-x-io-timeoutable |
| repository | https://github.com/bk-rs/futures-x-io-timeoutable |
| max_upload_size | |
| id | 275994 |
| size | 30,296 |
cargo clippy --all --all-features -- -D clippy::all
cargo +nightly clippy --all --all-features -- -D clippy::all
cargo fmt --all -- --check
cargo build-all-features
╰─➤ cargo test-all-features -- --nocapture 2>/dev/null | grep 'test rw_' | grep ' ... ok' | wc -l
3
cargo run -p futures-x-io-timeoutable-demo-async-std
cargo run -p futures-x-io-timeoutable-demo-tokio