alsa-sys 0.1.0

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

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