feat: Add experimental http3 support

Only enabled in Docker builds for now, due to build config required. Not
sure if more work is needed for 0RTT.
This commit is contained in:
Jade Ellis
2026-02-11 18:21:19 +00:00
parent cacd8681d1
commit 40536b13da
7 changed files with 64 additions and 0 deletions
+2
View File
@@ -56,6 +56,8 @@ If wanting to build using standard Rust toolchains, make sure you install:
You can build Continuwuity using `cargo build --release`.
Continuwuity supports various optional features that can be enabled during compilation. Please see the Cargo.toml file for a comprehensive list, or ask in our rooms.
### Building with Nix
If you prefer, you can use Nix (or [Lix](https://lix.systems)) to build Continuwuity. This provides improved reproducibility and makes it easy to set up a build environment and generate output. This approach also allows for easy cross-compilation.