osc-types10

Crates.ioosc-types10
lib.rsosc-types10
version0.1.0-alpha.2
created_at2025-10-16 23:56:08.768238+00
updated_at2025-10-22 07:37:22.855059+00
descriptionOpen Sound Control (OSC 1.0) message and bundle types. (no_std optional)
homepage
repositoryhttps://github.com/Nagitch/rust-osc-types
max_upload_size
id1886943
size11,456
Nagitch (Nagitch)

documentation

README

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.

Commit count: 0

cargo fmt