Crates.io | quicsock |
lib.rs | quicsock |
version | 0.3.0 |
source | src |
created_at | 2024-06-30 14:29:46.310278 |
updated_at | 2024-07-03 14:46:00.794064 |
description | High-level and high-performance data transfer library |
homepage | |
repository | https://github.com/shellrow/quicsock |
max_upload_size | |
id | 1288024 |
size | 71,400 |
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.
Add quicsock
to your dependencies
[dependencies]
quicsock = "0.3"