Expand description
Module registration.
Both framework crates and application feature crates expose a Module;
the binary assembles the registry at startup. Registration surfaces grow
as the framework does (navigation, permissions, settings, and event
listeners arrive with their crates); the trait stays minimal until a
caller needs more.
Structs§
- Module
Registry - Ordered collection of registered modules.
Traits§
- Module
- A registerable unit of the application.