An open API service indexing awesome lists of open source software.

https://github.com/openssh-rust/tokio-io-utility

Some helper functions for tokio::io.
https://github.com/openssh-rust/tokio-io-utility

rust rust-library tokio

Last synced: 3 months ago
JSON representation

Some helper functions for tokio::io.

Awesome Lists containing this project

README

          

# tokio-io-utility

[![Rust](https://github.com/NobodyXu/tokio-io-utility/actions/workflows/rust.yml/badge.svg)](https://github.com/NobodyXu/tokio-io-utility/actions/workflows/rust.yml)

[![crate.io downloads](https://img.shields.io/crates/d/tokio-io-utility)](https://crates.io/crates/tokio-io-utility)

[![crate.io version](https://img.shields.io/crates/v/tokio-io-utility)](https://crates.io/crates/tokio-io-utility)

[![docs](https://docs.rs/tokio-io-utility/badge.svg)](https://docs.rs/tokio-io-utility)

Provide some helper functions for
- reading into `Vec`, `Bytes` or other container
- writing `IoSlice`s
- Initializing `[MaybeUninit>]`
- `ReusableIoSlices` to reuse a `Vec` of `IoSlice<'_>` without worrying
about lifetime.

## How to run tests

```
./run_test.sh
```