bloop-server-framework

Crates.iobloop-server-framework
lib.rsbloop-server-framework
version1.0.2
created_at2025-07-07 14:07:59.15338+00
updated_at2025-07-12 18:25:57.097086+00
descriptionBloop server framework
homepage
repositoryhttps://github.com/bloop-box/bloop-server-framework-rs
max_upload_size
id1741322
size334,939
Ben Scholzen (DASPRiD)

documentation

README

Bloop Server Framework

This library helps you to quickly get a Bloop server up and running. It handles all the heavy lifting like the network protocol, general game logic, and a few additional extras.

The framework implements the Bloop Protocol v3 and is not ready for general usage yet!

Quick start

A minimal in-memory example can be found in the examples folder. You can run it like this:

cargo run --example simple --all-features

Evaluators

This library comes with a couple of generic evaluators you can plug straight into your achievements!

Commit count: 0

cargo fmt