cubeb-sys 0.35.3

Native bindings to the cubeb library
Documentation
// Copyright © 2018 Mozilla Foundation
//
// This program is made available under an ISC-style license.  See the
// accompanying file LICENSE for details.

extern crate atomic;
#[macro_use]
extern crate bitflags;
#[macro_use]
extern crate cubeb_backend;
#[macro_use]
extern crate float_cmp;
extern crate mach2;

extern crate num;

mod backend;
mod capi;

pub use crate::capi::audiounit_rust_init;