https://github.com/chfoo/warcat-rs
Command-line tool and Rust library for handling Web ARChive (WARC) files
https://github.com/chfoo/warcat-rs
Last synced: 6 months ago
JSON representation
Command-line tool and Rust library for handling Web ARChive (WARC) files
- Host: GitHub
- URL: https://github.com/chfoo/warcat-rs
- Owner: chfoo
- License: mpl-2.0
- Created: 2024-09-15T15:24:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-14T21:49:02.000Z (about 1 year ago)
- Last Synced: 2025-05-11T08:17:09.258Z (6 months ago)
- Language: Rust
- Size: 584 KB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.txt
- Support: .github/SUPPORT.md
- Roadmap: roadmap.md
Awesome Lists containing this project
- webarchiving-awesome-graph - Warcat-rs - Command-line tool and Rust library for handling Web ARChive (WARC) files. 💽 ⭐ 25 👀 1 (Tools & Software / WARC I/O Libraries)
- trackawesomelist - Warcat-rs (⭐13) - Command-line tool and Rust library for handling Web ARChive (WARC) files. *(In Development)* (Recently Updated / [Who Wants to Be a Millionare](https://www.boardgamecapital.com/who-wants-to-be-a-millionaire-rules.htm))
- awesome-web-archiving - Warcat-rs - Command-line tool and Rust library for handling Web ARChive (WARC) files. *(In Development)* (Tools & Software / WARC I/O Libraries)
README
# warcat-rs
Command-line tool and Rust library for handling Web ARChive (WARC) files.
This project is a rewrite of the [warcat](https://github.com/chfoo/warcat/) project.
## Getting started
* [💿 Downloads](https://github.com/chfoo/warcat-rs/releases)
* [📖 User guide 
](https://warcat-rs.readthedocs.io/)
* [📦 Crate repository 
](https://crates.io/crates/warcat)
* [📑 API documentation 
](https://docs.rs/warcat)
## Compiling
If you want to compile the program yourself, set up a [Rust environment](https://www.rust-lang.org/tools/install).
* Project requires Rust 1.80 or higher.
Once you have Rust installed, use the cargo build tool:
```sh
cargo build --features=bin --release
```
The program will be placed in the `target` directory.
## Contributing & support
* [Contributing](https://github.com/chfoo/warcat-rs/blob/main/.github/CONTRIBUTING.md)
* [Support](https://github.com/chfoo/warcat-rs/blob/main/.github/SUPPORT.md)
* [Changelog](https://github.com/chfoo/warcat-rs/blob/main/CHANGELOG.md)
* [Development roadmap](https://github.com/chfoo/warcat-rs/blob/main/roadmap.md)
## License
Copyright 2024 Christopher Foo. Licensed under Mozilla Public License 2.0