rtsparse 1.0.0

A tiny, safe, speedy, zero-copy RSTP/1.0 parser. Forked from https://github.com/seanmonstar/httparse
Documentation
1
2
3
4
5
6
7
8
use ::iter::Bytes;

// Fallbacks that do nothing...

#[inline(always)]
pub fn match_uri_vectored(_: &mut Bytes) {}
#[inline(always)]
pub fn match_header_value_vectored(_: &mut Bytes) {}