Skip to main content

looks_like_qlog

Function looks_like_qlog 

pub fn looks_like_qlog(input: &[u8]) -> bool
Available on crate features quic and std only.
Expand description

Whether input plausibly starts a qlog file, for content-based detection.

This only inspects the head of the input; read does the real validation.