diwic / alsa-rs

Thin but safe ALSA wrappers for Rust
Apache License 2.0
139 stars 66 forks source link

Re-export libc::pollfd #55

Closed F35idk closed 4 years ago

F35idk commented 4 years ago

So library users don't have to put libc in their Cargo.toml in order to for example store pollfd's in a struct (or otherwise pass around pollfd's explicitly).

diwic commented 4 years ago

Thanks!