interval_adapter 0.44.0

Interval adapter for both open/closed implementations of intervals ( ranges ).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# API Doc Entity

### Scope

- **Purpose**: Document the public traits and types of `interval_adapter` — signatures, contracts, and semver guarantees.
- **Responsibility**: Collect one doc instance per public API surface; each instance owns signatures, method tables, and compatibility guarantees.
- **In Scope**: Public trait signatures, method tables, type definitions, conversion contracts, and semver stability.
- **Out of Scope**: Feature design rationale (→ `feature/`); behavioral invariants (→ `invariant/`); design patterns (→ `pattern/`).

### Overview Table

| ID | Name | Purpose | Status |
|----|------|---------|--------|
| 001 | [Interval Traits]001_interval_traits.md | Unified interface for all interval types — bound queries and iteration ||
| 002 | [Conversion Traits]002_conversion_traits.md | Bound extension, endpoint constraint, and canonical conversion helpers ||