qubit-error 0.2.4

Shared error handling helpers for Rust applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*******************************************************************************
 *
 *    Copyright (c) 2025 - 2026 Haixing Hu.
 *
 *    SPDX-License-Identifier: Apache-2.0
 *
 *    Licensed under the Apache License, Version 2.0.
 *
 ******************************************************************************/
//! # Error Module Tests
//!
//! Tests for shared error and result helpers.

mod box_error_tests;
mod box_result_tests;
mod dyn_error_tests;
mod into_box_error_tests;