qubit-function 0.16.0

Functional programming traits and Box/Rc/Arc adapters for Rust, inspired by Java functional interfaces
// =============================================================================
//    Copyright (c) 2025 - 2026 Haixing Hu.
//
//    SPDX-License-Identifier: Apache-2.0
//
//    Licensed under the Apache License, Version 2.0.
// =============================================================================
#![cfg(feature = "full")]
#![allow(
    dead_code,
    unused_imports,
    reason = "test support types are shared with feature-gated test modules"
)]

mod comparator;
mod consumers;
mod functions;
mod internal;
mod macros;
mod mutators;
mod predicates;
mod suppliers;
mod tasks;
mod testers;
mod transformers;