#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

#1482 in Parser implementations

Download history 277/week @ 2024-10-07 127/week @ 2024-10-14 195/week @ 2024-10-21 8/week @ 2024-10-28 106/week @ 2024-11-11 15/week @ 2024-11-18 13/week @ 2024-12-02

134 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
~700K SLoC