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
48,987 downloads per month
Used in 16 crates
(3 directly)
42KB
878 lines
tokio-io-utility
Provide some helper functions for
- reading into
Vec
,Bytes
or other container - writing
IoSlice
s - Initializing
[MaybeUninit<IoSlice<'_>>]
ReusableIoSlices
to reuse aVec
ofIoSlice<'_>
without worrying about lifetime.
How to run tests
./run_test.sh
Dependencies
~2.1–7.5MB
~50K SLoC