Current dependency-injection implementation
This module wraps and re-exports the DI runtime used by rs-x. It is based on Inversify and exposes rs-x-friendly helpers such as InjectionContainer, ContainerModule, decorator aliases (Injectable, Inject, MultiInject), and multi-bind helper functions.
The global InjectionContainer is a shared singleton container used across core, state-manager, and expression-parser modules.