oscquery 0.2.0

Implementation of OSCQuery Proposal
Documentation
1
2
3
4
5
6
7
8
9
# `oscquery`

A pure Rust implementation of the [OSC query protocol](https://github.com/Vidvox/OSCQueryProposal) proposal, using
`tokio` and `axum`.

See `examples/` for usage examples.

## TODO:
- [ ] Implement websocket support.