11 releases
0.5.5 | Aug 15, 2021 |
---|---|
0.5.4 | Jan 30, 2021 |
0.5.3 | Nov 12, 2020 |
0.5.2 | Feb 26, 2020 |
0.4.1 | Jul 23, 2019 |
#179 in Concurrency
358,304 downloads per month
Used in 309 crates
(13 directly)
15KB
211 lines
Sluice
Asynchronous byte buffers and pipes for concurrent I/O programming.
Documentation
Check the documentation for up-to-date usage and examples.
License
This library is licensed under the MIT license. See the LICENSE file for details.
lib.rs
:
Asynchronous byte buffers and pipes for concurrent I/O programming.
Pipes
The primary feature offered by Sluice are pipes, which are asynchronous in-memory byte buffers that allow separate tasks to read and write from the buffer in parallel.
See the pipe
module for details.
Dependencies
~390KB