[][src]Function hrx::parse::archive

pub fn archive<'input>(
    __input: &'input str,
    boundary_length: NonZeroUsize
) -> ParseResult<(Option<String>, Vec<(HrxPath, HrxEntry)>, NonZeroUsize)>

entry* comment?

Note, that this does not perform any content validation beyond grammar.