1 2 3 4 5 6 7 8
// SPDX-FileCopyrightText: OpenTalk GmbH <mail@opentalk.eu> // // SPDX-License-Identifier: EUPL-1.2 //! Macro helpers for data types in this crate or other crates that depend on this crate. mod maybe_put_behind_feature; mod sql_enum;