Experimental.
Currently can run h3 client and server.
msquic lib is dynamically loaded and it is not required for building the rust code.
Install msquic pkg:
sudo apt-get install libmsquic
Rust code will load the lib dynamically.
pwsh 7 packages the msquic.dll. If you install pwsh 7, rust will load it from there.
You can download msquic from github release here and put the lib to locations where app can load it.
This project is licensed under the MIT license.