parse_data_vec_u8

Function parse_data_vec_u8 

Source
pub fn parse_data_vec_u8(
    input: &[u8],
    n: usize,
    ft: FileType,
) -> IResult<&[u8], Vec<u8>>
Expand description

Parse a set of unsigned bytes into a Vec.