jack 0.1.4

Safe JACK bindings for rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "jack"
version = "0.1.4"
authors = ["Will S. Medrano <will.s.medrano@gmail.com>"]
description = "Safe JACK bindings for rust."
documentation = "https://wmedrano.github.io/rust-jack/jack/index.html"
repository = "https://github.com/wmedrano/rust-jack"
license = "MIT"
readme = "README.md"
keywords = ["jack", "realtime", "audio"]

[dependencies]
bitflags = "0.7.0"
jack-sys = "0.1.3"
lazy_static = "0.2.1"
libc = "0.2"