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
# Examples

## Scope

Standalone binary projects demonstrating `mod_interface!` in real-world usage patterns.
Each example is an independent Cargo project with its own `Cargo.toml`.

### Responsibility Table

| Directory | Responsibility |
|-----------|----------------|
| `mod_interface_trivial/` | Minimal demo: basic layer + entity exposure via mod_interface! |
| `mod_interface_debug/` | Debug-attribute demo: emit expanded macro output via compiler message |