//! OSC (Open Sound Control) protocol implementation — encoding, decoding, and UDP server.
/// OSC error types.
/// OSC protocol types and encode/decode functions.
/// UDP-based OSC server for receiving and dispatching messages.
/// Convenience re-exports for common OSC types.