rosc 0.1.1-2

An OSC library for Rust
Documentation

rosc

Build Status license Crates.io

rosc is an implementation of the OSC 1.0 protocol in pure Rust.

Usage

Add rosc to the dependencies section of your projects Cargo.toml:

[dependencies]
rosc = "~0.1"

Documentation

The package documentation can be found here