mod_interface 0.65.1

Protocol of modularity unifying interface of a module and introducing layers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# tests/inc/manual

## Scope

Hand-written test modules verifying layer and namespace behavior without using the
mod_interface! macro. These serve as ground-truth baselines: if the macro output matches
the hand-written form, the propagation semantics are correct.

### Responsibility Table

| Directory | Responsibility |
|-----------|----------------|
| `layer/` | Two-layer hand-written hierarchy baseline for layer directive tests |
| `micro_modules/` | Four-exposure-level hand-written modules baseline for micro_modules tests |
| `micro_modules_two/` | Two-module four-exposure baseline for multi-module composition tests |
| `use_layer/` | Two-layer hand-written cross-wiring baseline for use_layer directive tests |