// SPDX-License-Identifier: GPL-3.0-or-later
// Crate root library declaration and module exports.
// Make rust_i18n symbols available to the rest of the crate by expanding the
// localization macro before module declarations. Some modules (and their
// compile-time code) may reference the generated `_rust_i18n_t` symbol and
// therefore require the macro to be invoked early in the crate.
i18n!;
// --- ANDROID SUPPORT ---
setup_scaffolding!;