alsa-sys 0.1.2

FFI bindings for the ALSA project (Advanced Linux Sound Architecture)
Documentation
extern crate pkg_config;

fn main() {
    pkg_config::find_library("alsa").unwrap();
}