Skip to content

Commit 0f931fc

Browse files
authored
N20: Quinn (#568)
1 parent ac03076 commit 0f931fc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

content/posts/newsletter-020/index.md

+19
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,25 @@ _Discussions: [/r/rust][planck_reddit], Discord: jojolepro#8057_
736736
[planck_patreon]: https://patreon.com/jojolepro
737737
[planck_reddit]: https://www.reddit.com/r/rust/comments/m73ema/yet_another_ecs_library_except_much_safer/
738738

739+
### [Quinn]
740+
741+
[Quinn] is an async-friendly implementation of the state-of-the-art QUIC
742+
transport protocol soon to be standardized by the IETF.
743+
744+
QUIC is a uniquely versatile foundation for building application protocols. Its
745+
support for low-latency communication, multiplexing, fine-grained reliability,
746+
and security make an excellent basis for real-time game networking, providing an
747+
array of powerful primitives unavailable on UDP or TCP.
748+
749+
[Quinn 0.7][quinn_release] introduces support for Tokio 1.0 and many
750+
optimizations and bug fixes, and updates to [draft 32][quic_32] of the proposed
751+
standard. With last call underway in the IETF, we expect to release an
752+
implementation of the final standard soon with no major changes.
753+
754+
[Quinn]: https://github.com/quinn-rs/quinn
755+
[quinn_release]: https://github.com/quinn-rs/quinn/releases/tag/0.7.0
756+
[quic_32]: https://tools.ietf.org/html/draft-ietf-quic-transport-32
757+
739758
### [wgpu]
740759

741760
![voxel bunny on wgpu](wgpu-conservative-bunny.png)

0 commit comments

Comments
 (0)