1 unstable release

new 0.0.10 Nov 24, 2024

#3 in #limnus


Used in 3 crates

MIT license

17KB
410 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.6–1.1MB
~22K SLoC