7 releases
new 0.3.0-alpha.8 | Apr 17, 2025 |
---|---|
0.3.0-alpha.1 | Apr 16, 2025 |
#739 in Asynchronous
942 downloads per month
23KB
407 lines
tokio-splice2
Implemented splice(2)
based bidirectional data transmission in tokio-rs.
Just like tokio::io::copy_bidirectional
.
Examples
See examples.
Changelog
-
0.3.0:
- [BREAKING] use
rustix
instead oflibc
- [BREAKING] Do not shutdown stream after transfer finished (let user controls).
- [BREAKING] MSRV is changed to 1.70.0
- Add unidirectional splicing.
- Accept
tokio::fs::File
as input.
- [BREAKING] use
-
0.2.1:
- Fix the maximum value of the
size_t
type. Closes: https://github.com/Hanaasagi/tokio-splice/issues/2.
- Fix the maximum value of the
Benchmark
See BENCHMARK.
MSRV
1.70.0
LICENSE
MIT OR Apache-2.0
Credits
Dependencies
~4–14MB
~186K SLoC