directb2s 0.1.1

Library for reading visual pinball directb2s files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# rust-directb2s
Rust library for reading visual pinball directb2s files


## Running the integration tests

We expect a folder `~/vpinball/tables` to exist that contains a lot of `directb2s` files. The tests will
recursively search for these files and run the tests on them.

```bash
cargo test --release -- --ignored --nocapture
```