#tokio #async

tokio-io-utility

Some helper functions for tokio::io

7 releases

0.7.6 Apr 4, 2023
0.7.5 Nov 30, 2022
0.7.4 Oct 29, 2022
0.6.7 Jul 31, 2022
0.3.0 Dec 23, 2021

#122 in Asynchronous

Download history 2749/week @ 2023-08-07 2310/week @ 2023-08-14 3077/week @ 2023-08-21 3158/week @ 2023-08-28 2341/week @ 2023-09-04 3517/week @ 2023-09-11 3307/week @ 2023-09-18 3121/week @ 2023-09-25 2379/week @ 2023-10-02 7529/week @ 2023-10-09 10098/week @ 2023-10-16 11808/week @ 2023-10-23 19498/week @ 2023-10-30 21444/week @ 2023-11-06 16394/week @ 2023-11-13 16479/week @ 2023-11-20

74,655 downloads per month
Used in 9 crates (3 directly)

MIT license

42KB
878 lines

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

Dependencies

~2.1–3MB
~48K SLoC