Crates.io | limnus-message |
lib.rs | limnus-message |
version | 0.0.12 |
source | src |
created_at | 2024-11-24 16:59:01.868602 |
updated_at | 2024-12-03 18:50:18.74985 |
description | message container |
homepage | |
repository | https://github.com/swamp/limnus |
max_upload_size | |
id | 1459380 |
size | 22,156 |
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.
To use limnus-message
, add it to your Cargo.toml
:
[dependencies]
limnus-message = "0.0.12"
This project is licensed under the MIT License - see the LICENSE file for details.