diwic / alsa-rs

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

implement FromStr for Format #101

Closed ModProg closed 1 year ago

ModProg commented 1 year ago

closes #100

diwic commented 1 year ago

Thanks! One could argue unknown strings should return an error instead but I don't know, maybe this is better.