async-osc 0.2.0

Async library for the Open Sound Control (OSC) protocol
Documentation

This crate implements an async interface on the OSC 1.0 protocol

Installation

$ cargo add async-osc

Safety

This crate uses #![deny(unsafe_code)] to ensure everything is implemented in 100% Safe Rust.

Contributing

Want to join us? Check out our "Contributing" guide and take a look at some of these issues:

License