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

https://github.com/sagebind/sluice

Asynchronous byte buffers and pipes for concurrent I/O programming.
https://github.com/sagebind/sluice

asynchronous buffers rust

Last synced: 6 months ago
JSON representation

Asynchronous byte buffers and pipes for concurrent I/O programming.

Awesome Lists containing this project

README

          

# Sluice

Asynchronous byte buffers and pipes for concurrent I/O programming.

[![Crates.io](https://img.shields.io/crates/v/sluice.svg)](https://crates.io/crates/sluice)
[![Documentation](https://docs.rs/sluice/badge.svg)](https://docs.rs/sluice)
![License](https://img.shields.io/badge/license-MIT-blue.svg)
[![Minimum supported Rust version](https://img.shields.io/badge/rustc-1.74+-yellow.svg)](#minimum-supported-rust-version)
[![Build](https://github.com/sagebind/sluice/workflows/build/badge.svg)](https://github.com/sagebind/sluice/actions)

## [Documentation]

Check the [documentation] for up-to-date usage and examples.

## Minimum supported Rust version

The minimum supported Rust version (or _MSRV_) for this crate is **stable Rust 1.74 or greater**, meaning we only guarantee that this crate will compile if you use a rustc version of at least 1.74.

## Sponsors

Special thanks to sponsors of my open-source work!

## License

This library is licensed under the MIT license. See the [LICENSE](LICENSE) file for details.

[Documentation]: https://docs.rs/sluice