Crates.io | quicr |
lib.rs | quicr |
version | 0.4.1 |
source | src |
created_at | 2018-04-29 04:44:35.547948 |
updated_at | 2018-10-06 18:34:25.649239 |
description | Moved to quinn (was: QUIC transport protocol implementation for Tokio) |
homepage | |
repository | https://github.com/Ralith/quicr |
max_upload_size | |
id | 62949 |
size | 67,078 |
This project has moved to, and merged with, quinn.
quicr is an implementation of the QUIC network protocol undergoing
standardization by the IETF. It is currently suitable for experimental use. The
implementation is split up into the state machine crate quicr-core
which performs no IO internally and can be tested
deterministically, and a high-level tokio-compatible API in quicr
. See quicr/examples/
for usage.
Because TLS1.3 is a new standard, OpenSSL 1.1.1 (or later) is required for quicr to build.