2 releases

new 0.0.2 May 10, 2025
0.0.1 Apr 12, 2025

#1573 in Network programming

Download history 141/week @ 2025-04-09 17/week @ 2025-04-16 10/week @ 2025-04-23 9/week @ 2025-04-30

177 downloads per month
Used in 2 crates (via h3-util)

MIT license

48KB
1K SLoC

msquic-h3

Use msquic in rust with h3.

Experimental.

Currently can run h3 client and server.

Build

msquic lib is dynamically loaded and it is not required for building the rust code.

Test and run

Posix

Install msquic pkg:

sudo apt-get install libmsquic

Rust code will load the lib dynamically.

Windows

pwsh 7 packages the msquic.dll. If you install pwsh 7, rust will load it from there.

Other

You can download msquic from github release here and put the lib to locations where app can load it.

License

This project is licensed under the MIT license.

Dependencies

~24–32MB
~643K SLoC