// =============================================================================
// Copyright (c) 2025 - 2026 Haixing Hu.
//
// SPDX-License-Identifier: Apache-2.0
//
// Licensed under the Apache License, Version 2.0.
// =============================================================================
//! # Macros Module
//!
//! Common macro definitions for the function library.
// Re-export macros for easier use
pub use impl_closure_once_trait;
pub use impl_closure_trait;
pub use impl_common_name_methods;
pub use impl_common_new_methods;