wt_blk 0.2.0

Parser and unpacker for the BLK file format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

# Full test suite
```sh
sudo act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:rust-latest
```

# Run all tests
```sh
 sudo act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:rust-latest -W "./.github/workflows/rust.yml" 
```

# Run regression test
```sh
 sudo act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:rust-latest -W "./.github/workflows/regression.yml" 
```