Limnus System
A type-safe system parameter injection framework for the Limnus engine.
✨ Features
This crate provides automatic parameter injection for game systems, allowing functions to declare their dependencies through their parameter types. It supports:
- Functions with 0-8 parameters
- Automatic parameter fetching from game state
- Type-safe system conversion
- Zero-cost abstractions for system parameters