interval_adapter 0.42.0

Interval adapter for both open/closed implementations of intervals ( ranges ).
Documentation
1
2
3
4
5
6
7
8
9
10
# interval_adapter Tests

## Responsibility Table

| File | Responsibility |
|------|----------------|
| `smoke_test.rs` | Published and local smoke tests |
| `interval_tests.rs` | Test module entrypoint and configuration |
| `inc/mod.rs` | Core interval adapter test implementations |
| `corner_cases_test.rs` | Boundary conditions and edge case validation |