Registry / messaging / mezzenger

mezzenger

JSON →
library0.1.4rscratesunverified

Message passing infrastructure for Rust applications.

# Cargo.toml [dependencies] mezzenger = "0.1.4"
INSTALL
IMPORT
SIG · MEZZENGER
M
mezzenger
messagingrustv0.1.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Messenger
use mezzenger::Messenger;

Creates a new messenger and sends a message.

use mezzenger::Messenger; fn main() { let mut messenger = Messenger::new(); messenger.send("Hello"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
mezzenger — cargo add mezzenger · libregistry