optic-online
UDP networking for the Optic engine — background tokio thread with connection management.
Provides a NetworkHandle for sending/receiving unreliable messages
over UDP with optional peer tracking and event polling.
use NetworkConfig;
use NetworkHandle;
let config = host;
let mut net = new?;
net.send_all;