#warc #archiving #command-line-tool

bin+lib warcat

Command-line tool and library for handling Web ARChive (WARC) files

5 unstable releases

0.3.2 Nov 14, 2024
0.3.1 Oct 22, 2024
0.3.0 Oct 20, 2024
0.2.0 Oct 12, 2024
0.1.0 Oct 11, 2024

#1084 in Parser implementations

Download history 249/week @ 2024-10-06 64/week @ 2024-10-13 278/week @ 2024-10-20 16/week @ 2024-10-27 101/week @ 2024-11-10 15/week @ 2024-11-17

141 downloads per month

MPL-2.0 license

310KB
8K SLoC

warcat-rs

Command-line tool and Rust library for handling Web ARChive (WARC) files.

This project is a rewrite of the warcat project.

Getting started

Compiling

If you want to compile the program yourself, set up a Rust environment.

  • Project requires Rust 1.80 or higher.

Once you have Rust installed, use the cargo build tool:

cargo build --features=bin --release

The program will be placed in the target directory.

Contributing & support

License

Copyright 2024 Christopher Foo. Licensed under Mozilla Public License 2.0

Dependencies

~22–35MB
~697K SLoC