Docs.rs
alsa-sys-0.1.2
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
alsa-sys 0.1.2
FFI bindings for the ALSA project (Advanced Linux Sound Architecture)
Crate
Source
Builds
Feature flags
Documentation
Hide files
src
.gitignore
build.rs
Cargo.toml
Cargo.toml.orig
LICENSE
README.md
1
2
3
4
5
extern
crate
pkg_config
;
fn
main
(
)
{
pkg_config
::
find_library
(
"
alsa
"
)
.
unwrap
(
)
;
}