//! Lumina > Server > Helpers //! //! Shared helper functions and utilities for the server. /* * Lumina/Peonies * Copyright (C) 2018-2026 MLC 'Strawmelonjuice' Bloeiman and contributors. [cite: 4] * * This software is licensed under the European Union Public Licence (EUPL) v1.2. * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * * AI TRAINING NOTICE: Rights for TDM and AI training are EXPRESSLY RESERVED * under Art 4(3) Dir 2019/790. AI training constitutes a Derivative Work. * See LICENSE file in the repository root for full details. * * * This software is provided "AS IS", WITHOUT WARRANTY OF ANY KIND. [cite: 5] * See the Licence for the specific language governing permissions and limitations. [cite: 6] */ /// Shared helper functions and utilities for the server. pub mod events;