vrchat_osc 2.2.0

vrchat_osc is a Rust crate designed to easily utilize VRChat's OSC (Open Sound Control) and OSCQuery protocols.
Documentation
1
2
3
4
5
mod host_info;
mod node;

pub use host_info::*;
pub use node::*;