4 releases (stable)

Uses old Rust 2015

2.0.0 Sep 18, 2019
1.0.1 Nov 26, 2016
1.0.0 Apr 28, 2016
0.0.1 Aug 23, 2015

#171 in #archive

MIT license

1.5MB
141 lines

Contains (rust library, 1.5MB) libnom-2ee7f38580d718d1.rlib

Build Status

warc_nom_parser

Parsing Web Archive file using nom lib

Parser

The parser is just for the file format. Nothing to do with processing the files or their under lying content.

http://sbeckeriv.github.io/warc_nom_parser/warc_parser/index.html


lib.rs:

Web ARChive format parser

Takes data and separates records in headers and content.

Dependencies