| Crates.io | osc-types10 |
| lib.rs | osc-types10 |
| version | 0.1.0-alpha.2 |
| created_at | 2025-10-16 23:56:08.768238+00 |
| updated_at | 2025-10-22 07:37:22.855059+00 |
| description | Open Sound Control (OSC 1.0) message and bundle types. (no_std optional) |
| homepage | |
| repository | https://github.com/Nagitch/rust-osc-types |
| max_upload_size | |
| id | 1886943 |
| size | 11,456 |
⚠ Experimental / Not recommended for production use
Implementation of Open Sound Control 1.0 message and bundle types for Rust.
This crate is part of the rust-osc-types workspace.
osc-types10 = "=0.1.0-alpha.1"
use osc_types10::Message;
let msg = Message::new("/example", vec!["test".into()]);
println!("{msg:?}");
Dual licensed under MIT OR Apache-2.0.