chore(deps): Bump thiserror from 2.0.18 to 2.0.19 (#110)
Bumps thiserror from 2.0.18 to 2.0.19.
updated-dependencies:
- dependency-name: thiserror dependency-version: 2.0.19 dependency-type: direct:production update-type: version-update:semver-patch …
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
Vortex Protocol
Introduction
Vortex protocol is a high-performance peer-to-peer (P2P) file transfer protocol implementation in Rust, designed as part of the Dragonfly project. It utilizes the TLV (Tag-Length-Value) format for efficient and flexible data transmission, making it ideal for large-scale file distribution scenarios.
Features
Documentation
For details, please see the specification.
Benchmarking
Vortex protocol includes comprehensive benchmarks for packet creation, serialization, and deserialization: