Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
h3: allow the frame module to be public under a new feature (#1689)
The quiche::h3::frame module is by default private because low-level details are abstracted behind higher-layer APIs. However, for some situations, such as testing, it can be helpful to have direct access to frame types and their serialization/deserialization code. This change adds a new 'internal' feature that when enables makes the frame module public. There are no guarantees of API stability for things exposed in this way.
- Loading branch information