oscquery 0.2.0

Implementation of OSCQuery Proposal
Documentation
1
2
3
4
5
6
7
//! # `oscquery`
//!
//! `osc-query` is a library for building OSC query servers. It provides a simple API for defining
//! an OSC tree and handling OSC query requests.
pub mod node;
pub mod error;
pub mod server;