warcat 0.3.0

Command-line tool and library for handling Web ARChive (WARC) files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Examples


From the project root directory, run:

```sh
cargo run --example decode
cargo run --example encode
```

## Python


```sh
python examples/python/decode.py
python examples/python/encode.py
```