#osc #audio #messaging #protocols

no-std osc-types10

Open Sound Control (OSC 1.0) message and bundle types. (no_std optional)

2 releases

0.1.0-alpha.2 Oct 22, 2025
0.1.0-alpha.1 Oct 16, 2025

#2513 in Encoding


Used in 3 crates

MIT/Apache

12KB
204 lines

osc-types10

⚠ Experimental / Not recommended for production use

Crates.io Docs.rs Maintenance

Implementation of Open Sound Control 1.0 message and bundle types for Rust. This crate is part of the rust-osc-types workspace.

⚠ Stability Notice

  • Experimental and under development.
  • Breaking changes may occur until 1.0.0.
  • Intended for research and testing.

Example

osc-types10 = "=0.1.0-alpha.1"
use osc_types10::Message;
let msg = Message::new("/example", vec!["test".into()]);
println!("{msg:?}");

License

Dual licensed under MIT OR Apache-2.0.

No runtime deps

Features