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

#2127 in Game dev

Download history 268/week @ 2024-12-04 147/week @ 2024-12-11 36/week @ 2024-12-18 85/week @ 2024-12-25 44/week @ 2025-01-01 764/week @ 2025-01-08 219/week @ 2025-01-15 62/week @ 2025-01-22 23/week @ 2025-01-29 34/week @ 2025-02-05 32/week @ 2025-02-12 59/week @ 2025-02-19 102/week @ 2025-02-26 294/week @ 2025-03-05 122/week @ 2025-03-12 42/week @ 2025-03-19

578 downloads per month
Used in 44 crates (12 directly)

MIT license

23KB
270 lines

limnus-message 🧱

Limnus-Message is a robust and efficient message handling system for Rust applications. It provides a flexible framework for defining, sending, and managing messages across different frames or contexts, making it ideal for game development, real-time systems, and other applications requiring dynamic message passing.

✨ Features

  • Type-Safe Message Handling: Define messages with strong type guarantees.
  • Frame-Based Message Queues: Manage messages across current and previous frames seamlessly.
  • Extensible Architecture: Supports multiple message types with ease.

📦 Installation

To use limnus-message, add it to your Cargo.toml:

[dependencies]
limnus-message = "0.0.17"

License

This project is licensed under the MIT License - see the LICENSE file for details.

Dependencies

~0.5–1MB
~21K SLoC