1 unstable release
0.2.0 | Oct 26, 2022 |
---|
#757 in Testing
120 downloads per month
Used in 2 crates
9KB
195 lines
Tokio mock I/O
Mock object that implements AsyncRead
and AsyncWrite
to facilitate testing of Tokio tasks.
lib.rs
:
Mock objects for Tokio's AsyncRead
and AsyncWrite
.
This crate is an alternative to the mocks in tokio-test.
Dependencies
~2–7.5MB
~47K SLoC