Crates.io | quad-alsa-sys |
lib.rs | quad-alsa-sys |
version | 0.3.2 |
source | src |
created_at | 2021-07-27 17:19:13.84467 |
updated_at | 2021-07-28 02:03:20.421316 |
description | For of original alsa-sys, but with pkg-config replaced with -lasound. |
homepage | |
repository | https://github.com/not-fl3/alsa-sys |
max_upload_size | |
id | 428042 |
size | 295,346 |
Fork of https://github.com/diwic/alsa-sys
Rust raw FFI bindings for ALSA.
To avoid too long build times, the finished binding is committed into this
repository. If you would prefer to generate the bindings at build time, there
is a use-bindings
feature to do so.
To regenerate the bindings yourself, run regenerate_bindings.sh
. This
will generate the bindings in the build script, and run the
regenerate_bindings
binary, which copies the generated bindings into
src/
.