Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T21:49:02.000Z (2 months ago)
- Last Synced: 2024-11-14T22:10:50.136Z (2 months ago)
- Language: Rust
- Size: 550 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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
- 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))
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 ![Read the Docs](https://img.shields.io/readthedocs/warcat-rs)
](https://warcat-rs.readthedocs.io/)
* [📦 Crate repository ![Crates.io Version](https://img.shields.io/crates/v/warcat)
](https://crates.io/crates/warcat)
* [📑 API documentation ![docs.rs](https://img.shields.io/docsrs/warcat)
](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