msquic-h3

Crates.iomsquic-h3
lib.rsmsquic-h3
version0.0.5
created_at2025-04-12 06:24:24.6172+00
updated_at2025-09-07 19:12:42.850607+00
descriptionMsQuic with h3
homepage
repositoryhttps://github.com/youyuanwu/msquic-h3
max_upload_size
id1630656
size70,685
(youyuanwu)

documentation

https://docs.rs/msquic-h3/latest/msquic-h3/

README

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.

Commit count: 56

cargo fmt