core
Generated Rust API reference for byte_engine.
Module core
Shared ownership, messaging, factories, and task primitives.
Use factory::Factory when systems need stable creation handles and a
stream of created values. Use channel::DefaultChannel for general
broadcast messages and consume them through listener::Listener.
Long-lived shared objects should be exposed through EntityHandle.
Quick Reference
| Item | Kind | Description |
|---|---|---|
message_bus | mod | Startup-sized storage shared by the engine's typed message routes. |
message_observer | mod | Passive diagnostics for publications and factory-created objects. |
Modules
message_bus— Startup-sized storage shared by the engine's typed message routes.message_observer— Passive diagnostics for publications and factory-created objects.