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.
- Host: GitHub
- URL: https://github.com/sagebind/sluice
- Owner: sagebind
- License: mit
- Created: 2018-02-19T04:57:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-07-25T11:07:22.000Z (10 months ago)
- Last Synced: 2025-10-29T03:32:53.704Z (7 months ago)
- Topics: asynchronous, buffers, rust
- Language: Rust
- Homepage: https://docs.rs/sluice
- Size: 117 KB
- Stars: 102
- Watchers: 3
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Sluice
Asynchronous byte buffers and pipes for concurrent I/O programming.
[](https://crates.io/crates/sluice)
[](https://docs.rs/sluice)

[](#minimum-supported-rust-version)
[](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