Registry / networking / mproxy-socket-dispatch

mproxy-socket-dispatch

JSON →
library0.1.6rscratesunverified

MPROXY: Socket Dispatcher. Platform-agnostic API to bind unicast and multicast UDP socket addresses.

# Cargo.toml [dependencies] mproxy-socket_dispatch = "0.1.6"
INSTALL
IMPORT
SIG · MPROXY-SOCKET-DISP
M
mproxy-socket-dispatch
networkingrustv0.1.6
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.

SocketDispatcher
use mproxy_socket_dispatch::SocketDispatcher;

Creates a socket dispatcher and binds to an address.

use mproxy_socket_dispatch::SocketDispatcher; fn main() { let dispatcher = SocketDispatcher::new(); dispatcher.bind("0.0.0.0:8080").unwrap(); println!("Dispatcher bound"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mproxy-socket-dispatch — cargo add mproxy-socket-dispatch · libregistry