2 releases

0.0.10 Nov 14, 2024
0.0.9 Nov 8, 2024

#2928 in Game dev

Download history 70/week @ 2025-10-21 27/week @ 2025-10-28 29/week @ 2025-11-04 40/week @ 2025-11-11 29/week @ 2025-11-18 33/week @ 2025-11-25 28/week @ 2025-12-02 23/week @ 2025-12-09 40/week @ 2025-12-16 27/week @ 2025-12-23 31/week @ 2025-12-30 11/week @ 2026-01-06 22/week @ 2026-01-13 40/week @ 2026-01-20 32/week @ 2026-01-27 28/week @ 2026-02-03

122 downloads per month
Used in 16 crates (4 directly)

MIT license

23KB
269 lines

swamp-message 🐊

Swamp-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 swamp-message, add it to your Cargo.toml:

[dependencies]
swamp-message = "0.0.10"

License

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

Dependencies

~5–7.5MB
~60K SLoC