mini_functions/qr.rs
1// Copyright © 2023 Mini Functions library. All rights reserved.
2// SPDX-License-Identifier: Apache-2.0 OR MIT
3
4//! Application QR code functionality
5//!
6//! Provides access to QR code functions and types.
7
8/// Re-exported main [`qrc`] module from qrc for QR code generation.
9pub use qrc::*;