1
0
Fork
You've already forked pobsdlib
0
Rust lib to interact with PlayOnBSD game database
  • Rust 100%
2022年03月07日 08:16:42 +01:00
.github/workflows Create rust.yml 2022年02月18日 14:04:36 +01:00
src Generics may be usefull afterall 2022年03月07日 08:16:42 +01:00
tests Get ItemCollection for arbitrary field 2022年02月24日 22:48:27 +01:00
.gitignore first commit 2022年02月17日 21:00:43 +01:00
Cargo.lock Bump serde version 2022年02月20日 08:07:15 +01:00
Cargo.toml Bump serde version 2022年02月20日 08:07:15 +01:00
LICENCE I guess I need to choose a licence 2022年02月18日 21:33:04 +01:00
README.md Indicate the codeberg repo 2022年02月19日 17:05:47 +01:00

Rust

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