Crate s2n_quic_core

Source

Modules§

ack
application
buffer
connection
counter
crypto
QUIC cryptography primitives and traits
ct
datagram
dc
endpoint
event
frame
havoc
inet
interval_set
io
memo
number
packet
path
probe
query
This module provides Query and QueryMut traits, which are used for querying and executing functions on several different providers. This includes Subscriber::ConnectionContext on a Subscriber and the Sender and Receiver types on a datagram Endpoint.
random
recovery
slice
state
stateless_reset
stream
sync
task
time
token
transmission
transport
varint
xdp

Macros§

assume
Asserts that a boolean expression is true at runtime, only if debug_assertions are enabled.
branch
Traces a branch value if the branch-tracing feature is enabled. Otherwise it is a no-op.
ensure
Checks that the first argument is true, otherwise returns the second value
ready