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.
- Host: GitHub
- URL: https://github.com/openssh-rust/tokio-io-utility
- Owner: openssh-rust
- License: mit
- Created: 2021-11-28T13:08:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-11-21T07:16:30.000Z (7 months ago)
- Last Synced: 2026-01-13T09:54:55.568Z (5 months ago)
- Topics: rust, rust-library, tokio
- Language: Rust
- Homepage:
- Size: 301 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tokio-io-utility
[](https://github.com/NobodyXu/tokio-io-utility/actions/workflows/rust.yml)
[](https://crates.io/crates/tokio-io-utility)
[](https://crates.io/crates/tokio-io-utility)
[](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
```