quicsock

Crates.ioquicsock
lib.rsquicsock
version0.3.0
sourcesrc
created_at2024-06-30 14:29:46.310278
updated_at2024-07-03 14:46:00.794064
descriptionHigh-level and high-performance data transfer library
homepage
repositoryhttps://github.com/shellrow/quicsock
max_upload_size
id1288024
size71,400
shellrow (shellrow)

documentation

README

quicsock

quicsock is a high-level and high-performance data transfer library, built on top of the quinn library.
It allows for secure and efficient data transfers, with support for both self-signed and specified TLS certificates.

Note: This project is currently under development and may breaking changes.

Features

  • High-speed data transfer using QUIC protocol
  • Secure communication: Connections are encrypted using TLS
  • Flexible certificate management: Use specified certificates or generate self-signed certificates
  • Support for large file transfer

Usage

Add quicsock to your dependencies

[dependencies]
quicsock = "0.3"

For more details, see examples or doc.

Commit count: 10

cargo fmt