7 releases
| 0.7.6 | Apr 4, 2023 |
|---|---|
| 0.7.5 | Nov 30, 2022 |
| 0.7.4 | Oct 29, 2022 |
| 0.6.7 |
|
| 0.3.0 |
|
#79 in Asynchronous
111,917 downloads per month
Used in 20 crates
(3 directly)
42KB
878 lines
tokio-io-utility
Provide some helper functions for
- reading into
Vec,Bytesor other container - writing
IoSlices - Initializing
[MaybeUninit<IoSlice<'_>>] ReusableIoSlicesto reuse aVecofIoSlice<'_>without worrying about lifetime.
How to run tests
./run_test.sh
Dependencies
~2–2.7MB
~38K SLoC