#osc #audio #derive #routing #type-safe #message #osc-address

nightly macro osc_address_derive

Macros 1.1 implementation of #[derive(OscAddress)] from the osc_address crate

3 releases

Uses old Rust 2015

0.2.2 May 2, 2017
0.2.1 Apr 29, 2017
0.2.0 Apr 29, 2017

#20 in #osc

Download history 2/week @ 2024-02-18 43/week @ 2024-02-25 1/week @ 2024-03-10 55/week @ 2024-03-31 1/week @ 2024-04-07

56 downloads per month

MIT/Apache

25KB
287 lines

OSC_address

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

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

Documentation can be found at docs.rs/osc_address.

License

OSC_address is licensed under either of

at your option.

Contribution

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.

Dependencies

~1.5MB
~40K SLoC