swamp-message

Crates.ioswamp-message
lib.rsswamp-message
version0.0.9
sourcesrc
created_at2024-11-08 21:53:30.832613
updated_at2024-11-08 21:53:30.832613
descriptionmessage container
homepage
repositoryhttps://github.com/piot/swamp-render
max_upload_size
id1441623
size21,344
Peter Bjorklund (piot)

documentation

README

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.9"

License

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

Commit count: 71

cargo fmt