7 releases

0.0.16 Jan 14, 2025
0.0.15 Jan 13, 2025
0.0.12 Dec 3, 2024
0.0.11 Nov 30, 2024

#748 in Game dev

Download history 287/week @ 2024-11-24 391/week @ 2024-12-01 242/week @ 2024-12-08 65/week @ 2024-12-15 36/week @ 2024-12-22 74/week @ 2024-12-29 247/week @ 2025-01-05 707/week @ 2025-01-12 103/week @ 2025-01-19 20/week @ 2025-01-26 37/week @ 2025-02-02 19/week @ 2025-02-09

228 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.16"

License

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

Dependencies

~0.5–1MB
~21K SLoC