qubit-function 0.15.0

Functional programming traits and Box/Rc/Arc adapters for Rust, inspired by Java functional interfaces
Documentation
/*******************************************************************************
 *
 *    Copyright (c) 2025 - 2026 Haixing Hu.
 *
 *    SPDX-License-Identifier: Apache-2.0
 *
 *    Licensed under the Apache License, Version 2.0.
 *
 ******************************************************************************/

mod box_transformer_methods_tests;
mod conditional_transformer_clone_tests;
mod conditional_transformer_debug_display_tests;
mod shared_conditional_transformer_tests;
mod shared_transformer_methods_tests;
mod transformer_clone_tests;
mod transformer_common_methods_tests;
mod transformer_constant_method_tests;
mod transformer_debug_display_tests;