7 releases

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

#896 in Game dev

Download history 111/week @ 2024-11-19 251/week @ 2024-11-26 354/week @ 2024-12-03 232/week @ 2024-12-10 38/week @ 2024-12-17 51/week @ 2024-12-24 77/week @ 2024-12-31 515/week @ 2025-01-07

691 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