Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 797 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 797 Bytes

tokio-io-utility

Rust

crate.io downloads

crate.io version

docs

Provide some helper functions for

  • reading into Vec, Bytes or other container
  • writing IoSlices
  • Initializing [MaybeUninit<IoSlice<'_>>]
  • ReusableIoSlices to reuse a Vec of IoSlice<'_> without worrying about lifetime.

How to run tests

./run_test.sh