[dependencies.byteorder]
default-features = false
version = "1"
[dependencies.osc-types10]
version = "0.1.0-alpha.2"
[[example]]
name = "recv_udp"
path = "examples/recv_udp.rs"
[[example]]
name = "send_udp"
path = "examples/send_udp.rs"
[features]
alloc = []
default = ["std"]
std = []
[lib]
name = "osc_codec10"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "parsing", "network-programming"]
description = "Minimal, zero-copy-leaning OSC 1.0 encoder/decoder for osc-types10"
edition = "2021"
keywords = ["osc", "open-sound-control", "audio", "protocol"]
license = "MIT OR Apache-2.0"
name = "osc-codec10"
readme = "README.md"
repository = "https://github.com/Nagitch/rust-osc-types"
version = "0.1.1"
[[test]]
name = "bundle_address_edge_cases"
path = "tests/bundle_address_edge_cases.rs"
[[test]]
name = "codec_tests"
path = "tests/codec_tests.rs"
[[test]]
name = "nested_bundle_tests"
path = "tests/nested_bundle_tests.rs"