12 releases
Uses new Rust 2024
| 0.1.0 | Feb 10, 2026 |
|---|---|
| 0.0.20 | Sep 17, 2025 |
| 0.0.19 | Jul 11, 2025 |
| 0.0.18 | Apr 5, 2025 |
| 0.0.11 | Nov 30, 2024 |
#1085 in Game dev
329 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
~5–7.5MB
~58K SLoC