asio-sys 0.2.6

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

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

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