osc-types10 0.1.0-alpha.1

Open Sound Control (OSC 1.0) message and bundle types. (no_std optional)
Documentation
  • Coverage
  • 100%
    15 out of 15 items documented1 out of 7 items with examples
  • Size
  • Source code size: 6.95 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 14s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Nagitch/rust-osc-types
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Nagitch

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.