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”).
- engine
- evaluator
- event
- 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.
- 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.