Crate bloop_server_framework

Crate bloop_server_framework 

Source
Expand description

Bloop Server Framework

A generic implementation for Bloop servers.

Modules§

achievement
Provides types and logic for defining, evaluating, and awarding achievements.
bloop
Module for handling NFC scan events (“bloops”).
builder
engine
evaluator
event
health_monitor
message
Module handling the protocol messages exchanged between client and server.
network
TLS-based network server for handling authenticated client connections.
nfc_uid
player
Player management module.
statistics
test_utils
trigger
This module provides functionality to define, manage, and track triggers, which represent event-based activations identified by NFC tags (NfcUid).

Macros§

char_map
Macro to conveniently create a HashMap<char, &str> mapping characters to client IDs.