8 releases

0.0.17 Mar 6, 2025
0.0.16 Jan 14, 2025
0.0.12 Dec 3, 2024
0.0.11 Nov 30, 2024

#1454 in Game dev

Download history 132/week @ 2024-11-22 495/week @ 2024-11-29 184/week @ 2024-12-06 116/week @ 2024-12-13 38/week @ 2024-12-20 85/week @ 2024-12-27 23/week @ 2025-01-03 783/week @ 2025-01-10 168/week @ 2025-01-17 27/week @ 2025-01-24 27/week @ 2025-01-31 24/week @ 2025-02-07 30/week @ 2025-02-14 83/week @ 2025-02-21 236/week @ 2025-02-28 155/week @ 2025-03-07

506 downloads per month
Used in 40 crates (5 directly)

MIT license

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