https://github.com/hukadan/playonbsd-rs
playonbsd-rs provides a set of tools to interact with the PlayOnBSD database listing games running on OpenBSD
https://github.com/hukadan/playonbsd-rs
axum openbsd openbsd-gaming rust
Last synced: 3 months ago
JSON representation
playonbsd-rs provides a set of tools to interact with the PlayOnBSD database listing games running on OpenBSD
- Host: GitHub
- URL: https://github.com/hukadan/playonbsd-rs
- Owner: Hukadan
- License: mit
- Created: 2022-10-16T11:45:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T08:27:16.000Z (about 2 years ago)
- Last Synced: 2025-01-30T23:41:19.637Z (3 months ago)
- Topics: axum, openbsd, openbsd-gaming, rust
- Language: Rust
- Homepage:
- Size: 1.67 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/Hukadan/pobsdjs/actions/workflows/rust.yml)
[](https://github.com/Hukadan/pobsdjs/actions/workflows/rust-clippy.yml)# pobsdjs
pobsdjs provides a set of tools to interact with
the PlayOnBSD database listing games running on
OpenBSD.Be careful, this is a toy project for me to learn
rust programming (and a bit of Vue.js on the way).
This also means that I am in the process of learning
and the code leave much to be desired. So bear with
me.## pobsdlib
pobsdlib provides a library to load and interact
with the PlayOnBSD datbase using rust.## pobsdrs
pobsdrs is a rocket based web app that provides
a rudimentary web api to the PlayOnBSD database
as well as a rudimentary Vue.js based web
front-end.