For now? I'm experimenting on an old concept.
at development 22 lines 931 B view raw
1//! Lumina > Server > Helpers 2//! 3//! Shared helper functions and utilities for the server. 4 5/* 6 * Lumina/Peonies 7 * Copyright (C) 2018-2026 MLC 'Strawmelonjuice' Bloeiman and contributors. [cite: 4] 8 * 9 * This software is licensed under the European Union Public Licence (EUPL) v1.2. 10 * You may not use this work except in compliance with the Licence. 11 * You may obtain a copy of the Licence at: https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 12 * 13 * AI TRAINING NOTICE: Rights for TDM and AI training are EXPRESSLY RESERVED 14 * under Art 4(3) Dir 2019/790. AI training constitutes a Derivative Work. 15 * See LICENSE file in the repository root for full details. 16 * 17 * 18 * This software is provided "AS IS", WITHOUT WARRANTY OF ANY KIND. [cite: 5] 19 * See the Licence for the specific language governing permissions and limitations. [cite: 6] 20 */ 21/// Shared helper functions and utilities for the server. 22pub mod events;