commit | 12f908334b43ea03b9d43cdd29249aecab4fb9c8 | [log] [tgz] |
---|---|---|
author | QUICHE team <quiche-dev@google.com> | Sun Jul 13 20:35:38 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Sun Jul 13 20:36:35 2025 -0700 |
tree | 1c0c888e9b3128b1bb269ed2bcd6b558d5f4e878 | |
parent | 754ded399dacfbd631bbde04116b7b573af5af41 [diff] |
LSC: Add load statements for C++ rules Adds required load statements for C++ rules to BUILD and bzl files. This is a no-op. See go/add_builtins_rule_loads Tested: TAP for global presubmit queue http://test/OCL:781945556:BASE:782320781:1752326438322:2c650c85 PiperOrigin-RevId: 782729073
QUICHE stands for QUIC, Http, Etc. It is Google‘s production-ready implementation of QUIC, HTTP/2, HTTP/3, and related protocols and tools. It powers Google’s servers, Chromium, Envoy, and other projects. It is actively developed and maintained.
There are two public QUICHE repositories. Either one may be used by embedders, as they are automatically kept in sync:
To embed QUICHE in your project, platform APIs need to be implemented and build files need to be created. Note that it is on the QUICHE team's roadmap to include default implementation for all platform APIs and to open-source build files. In the meanwhile, take a look at open source embedders like Chromium and Envoy to get started:
To contribute to QUICHE, follow instructions at CONTRIBUTING.md.
QUICHE is only supported on little-endian platforms.