rosc 0.1.6

An OSC library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "rosc"
version = "0.1.6"
authors = ["Andreas Linz <klingt.net@gmail.com>"]
description = "An OSC library for Rust"
keywords = ["audio", "osc"]
documentation = "https://docs.klingt.net/rustdoc/rosc"
repository = "https://git.klingt.net/alinz/rosc"
license = "MIT/Apache-2.0"
readme = "README.md"

[features]
lints = ["clippy"]

[dependencies]
byteorder = "1"
clippy = {version="^0", optional=true}