Skip to main content

read_with_limits

Function read_with_limits 

pub fn read_with_limits(
    input: &[u8],
    limits: ReadLimits,
) -> Result<QlogFile, Box<dyn Error + Sync + Send>>
Available on crate features quic and std only.
Expand description

Read a qlog file from memory, rejecting input that exceeds limits.