Rust lib to interact with PlayOnBSD game database
- Rust 100%
| .github/workflows | Create rust.yml | |
| src | Generics may be usefull afterall | |
| tests | Get ItemCollection for arbitrary field | |
| .gitignore | first commit | |
| Cargo.lock | Bump serde version | |
| Cargo.toml | Bump serde version | |
| LICENCE | I guess I need to choose a licence | |
| README.md | Indicate the codeberg repo | |
pobsdlib
Library in Rust to read the PlayOnBSD database (https://github.com/playonbsd/OpenBSD-Games-Database.)
Homepage: https://codeberg.org/hukadan/pobsdlib
How to use the binary
You first need to compile the library and the binary.
$ cargo build --release
In thetarget/release/ folder, you should find the binary database2json.
You can execute it with a database as argument:
$ ./database2json /path/to/your/database.db