{"id":16116946,"url":"https://github.com/ralith/quicr","last_synced_at":"2025-09-27T15:31:26.094Z","repository":{"id":62443481,"uuid":"124044693","full_name":"Ralith/quicr","owner":"Ralith","description":"Experimental Rust QUIC implementation - moved to https://github.com/djc/quinn","archived":false,"fork":false,"pushed_at":"2018-10-06T18:36:08.000Z","size":11800,"stargazers_count":67,"open_issues_count":0,"forks_count":4,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-01-11T13:33:38.287Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ralith.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-06T08:19:25.000Z","updated_at":"2024-08-31T17:53:55.000Z","dependencies_parsed_at":"2022-11-01T22:16:29.892Z","dependency_job_id":null,"html_url":"https://github.com/Ralith/quicr","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ralith%2Fquicr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ralith%2Fquicr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ralith%2Fquicr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ralith%2Fquicr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ralith","download_url":"https://codeload.github.com/Ralith/quicr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234444607,"owners_count":18833658,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-09T20:27:28.349Z","updated_at":"2025-09-27T15:31:20.708Z","avatar_url":"https://github.com/Ralith.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Moved\n\nThis project has moved to, and merged with, [quinn](https://github.com/djc/quinn).\n\n# quicr\n\nquicr is an implementation of the [QUIC](https://en.wikipedia.org/wiki/QUIC) network protocol [undergoing\nstandardization by the IETF](https://quicwg.github.io/). It is currently suitable for experimental use. The\nimplementation is split up into the state machine crate `quicr-core` which performs no IO internally and can be tested\ndeterministically, and a high-level tokio-compatible API in `quicr`. See `quicr/examples/` for usage.\n\n[![Crates.io](https://img.shields.io/crates/v/quicr.svg)](https://crates.io/crates/quicr)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE-MIT)\n[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE-APACHE)\n\n[API Docs](https://ralith.github.io/quicr/quicr/)\n\n## Features\n\n- Simultaneous client/server operation\n- Ordered and unordered reads for improved performance\n\n## Status\n\n- [x] QUIC draft 11 with TLS 1.3 draft 28\n- [x] Cryptographic handshake\n- [x] Stream data w/ flow control and congestion control\n- [x] Connection close\n- [x] Stateless retry\n- [ ] Migration\n- [x] 0-RTT data\n- [x] Session resumption\n\n## Building\n\nBecause TLS1.3 is a new standard, OpenSSL 1.1.1 (or later) is required for quicr to build.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fralith%2Fquicr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fralith%2Fquicr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fralith%2Fquicr/lists"}