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