osc-ir 0.1.0-alpha.1

Experimental protocol-agnostic Intermediate Representation for OSC data compatible with JSON/MessagePack
Documentation
[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1"

[dependencies.serde_bytes]
optional = true
version = "0.11"

[dev-dependencies.serde_json]
version = "1"

[features]
alloc = []
default = ["osc10"]
osc10 = []
osc11 = ["osc10"]
serde = ["dep:serde", "dep:serde_bytes"]

[lib]
name = "osc_ir"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["encoding", "data-structures"]
description = "Experimental protocol-agnostic Intermediate Representation for OSC data compatible with JSON/MessagePack"
documentation = "https://docs.rs/osc-ir"
edition = "2021"
homepage = "https://github.com/Nagitch/osc-data-model"
keywords = ["osc", "protocol", "ir", "json", "messagepack"]
license = "MIT OR Apache-2.0"
name = "osc-ir"
readme = "README.md"
repository = "https://github.com/Nagitch/osc-data-model"
rust-version = "1.75"
version = "0.1.0-alpha.1"