6 releases
0.7.5 | Nov 30, 2022 |
---|---|
0.7.3 | Sep 3, 2022 |
0.6.7 |
|
0.6.6 |
|
0.3.0 |
|
#239 in Asynchronous
587 downloads per month
Used in 6 crates
(3 directly)
41KB
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–6.5MB
~94K SLoC