warcat 0.3.0

Command-line tool and library for handling Web ARChive (WARC) files
Documentation
1
2
3
4
5
6
//! WARC file format
pub use decode::*;
pub use encode::*;

mod decode;
mod encode;