Registry / networking / message-io

message-io

JSON →
library0.19.0rscratesunverified

A fast and easy-to-use event-driven network library for building networked applications.

# Cargo.toml [dependencies] message-io = "0.19.0"
INSTALL
IMPORT
SIG · MESSAGE-IO
M
message-io
networkingrustv0.19.0
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.

Node
use message_io::node::Node;

Creates a new message-io node.

use message_io::node::Node; fn main() { let (node, _) = Node::new(); println!("Node created"); }
Debug
Known issues
gotchaRequires an async runtime (e.g., tokio) for network operations.
fix
Add `tokio` as a dependency and use `#[tokio::main]`.
affects: >=0.18.0
Upgrade
Version history
0.19.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
message-io — cargo add message-io · libregistry