error_tools 0.40.0

Basic exceptions handling mechanism
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# API Doc Entity

### Scope

- **Purpose**: Document the public interface exposed by `error_tools` for contributors reviewing API contracts.
- **Responsibility**: Master index for all api doc instances in this crate.
- **In Scope**: Instances covering one logical grouping of public entry points each — error-with-report operation set, debug assertion macros.
- **Out of Scope**: Behavioral rationale and implementation design — see `feature/` and `invariant/` instances.

### Overview Table

| ID | Name | Purpose | Status |
|----|------|---------|--------|
| 001 | [Error-With-Report Operation Set]001_err_with_trait.md | Paired-result conversion operations and return type shorthand ||
| 002 | [Debug Assertion Macros]002_debug_assertions.md | Debug-only identity and non-identity assertions ||