safe_http_parser 0.1.0-beta.4

HTTP head parser for the safe_http crate
Documentation
use shared_bytes::SharedBytes;

#[derive(Debug, Clone, PartialEq, Eq)]
pub struct Parsed<T> {
    pub value: T,
    pub remainder: SharedBytes,
}