12 releases

Uses new Rust 2024

0.1.0 Feb 10, 2026
0.0.20 Sep 17, 2025
0.0.19 Jul 11, 2025
0.0.18 Apr 5, 2025
0.0.11 Nov 30, 2024

#893 in Game dev

Download history 78/week @ 2026-01-12 145/week @ 2026-01-19 107/week @ 2026-01-26 121/week @ 2026-02-02 64/week @ 2026-02-09 107/week @ 2026-02-16 111/week @ 2026-02-23 73/week @ 2026-03-02 109/week @ 2026-03-09 115/week @ 2026-03-16 80/week @ 2026-03-23 74/week @ 2026-03-30 120/week @ 2026-04-06 117/week @ 2026-04-13 87/week @ 2026-04-20 61/week @ 2026-04-27

385 downloads per month
Used in 54 crates (14 directly)

MIT license

23KB
268 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.20"

License

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

Dependencies

~4.5–7MB
~57K SLoC