warcat

Crates.iowarcat
lib.rswarcat
version0.3.2
sourcesrc
created_at2024-10-11 08:50:17.973217
updated_at2024-11-14 21:48:38.905434
descriptionCommand-line tool and library for handling Web ARChive (WARC) files
homepage
repositoryhttps://github.com/chfoo/warcat-rs
max_upload_size
id1405067
size443,461
Christopher Foo (chfoo)

documentation

README

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

Commit count: 57

cargo fmt