Crate s2n_quic_core
source ·Modules§
- QUIC cryptography primitives and traits
- This module provides
Query
andQueryMut
traits, which are used for querying and executing functions on several different providers. This includesSubscriber::ConnectionContext
on a Subscriber and theSender
andReceiver
types on a datagramEndpoint
.
Macros§
- Asserts that a boolean expression is true at runtime, only if debug_assertions are enabled.
- Traces a branch value if the
branch-tracing
feature is enabled. Otherwise it is a no-op. - Checks that the first argument is true, otherwise returns the second value