Crates.io | osc_address |
lib.rs | osc_address |
version | 0.2.2 |
source | src |
created_at | 2017-04-29 02:39:30.887225 |
updated_at | 2017-08-02 14:52:22.704919 |
description | Typesafe routing of Open Sound Control message and abstraction over serde_osc |
homepage | |
repository | https://github.com/Wallacoloo/osc_address |
max_upload_size | |
id | 12392 |
size | 11,330 |
Provides tools to represent an Open Sound Control (OSC) message in a typesafe enum-based format that provides for easy message routing and efficient serialization when coupled with serde_osc.
Usage examples are yet to be written. Routing an OscMessage
type should be a fairly
self-explanatory process based on enum matching. To derive OscMessage
over a type,
consult the tests/
directory within osc_address_derive.
Documentation can be found at docs.rs/osc_address.
OSC_address is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in OSC_address by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.