// Copyright © 2023 Mini Functions library. All rights reserved.
// SPDX-License-Identifier: Apache-2.0 OR MIT
//! Application QR code functionality
//!
//! Provides access to QR code functions and types.
/// Re-exported main [`qrc`] module from qrc for QR code generation.
pub use qrc::*;