asio-sys 0.3.0

Low-level interface and binding generation for the steinberg ASIO SDK.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![allow(non_camel_case_types)]

#[macro_use]
extern crate num_derive;
extern crate num_traits;

pub mod bindings;
pub use bindings::{
    errors::{AsioError, LoadDriverError},
    *,
};