warcat 0.3.4

Command-line tool and library for handling Web ARChive (WARC) files
Documentation
# Examples


For languages other than Rust, please ensure `warcat` is accessible on your search path ("PATH").

## Rust


From the project root directory, run:

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

## C#


From the `examples/c-sharp/` directory, run:

```sh
dotnet run --project WarcatExample
```

## Python


From the project root directory, run:

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