For languages other than Rust, please ensure `warcat` is accessible on your search path ("PATH").
From the project root directory, run:
```sh
cargo run --example decode
cargo run --example encode
```
From the `examples/c-sharp/` directory, run:
```sh
dotnet run --project WarcatExample
```
From the project root directory, run:
```sh
python examples/python/decode.py
python examples/python/encode.py
```