11 releases
Uses new Rust 2024
| 0.0.20 | Sep 17, 2025 |
|---|---|
| 0.0.19 | Jul 11, 2025 |
| 0.0.18 | Apr 5, 2025 |
| 0.0.17 | Mar 6, 2025 |
| 0.0.11 | Nov 30, 2024 |
#784 in Game dev
557 downloads per month
Used in 50 crates
(4 directly)
17KB
413 lines
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
Dependencies
~0.5–1MB
~21K SLoC