[][src]Crate warc_parser

Web ARChive format parser

Takes data and separates records in headers and content.

Structs

Record

The WArc Record struct

Functions

record

Parses one record and returns an IResult from nom

records