ExPixel / miniaudio-rs

Rust bindings for miniaudio C library.
https://crates.io/crates/miniaudio
MIT License
49 stars 20 forks source link

Added std::error::Error impl for error type #51

Closed ohmree closed 3 years ago

ohmree commented 3 years ago

Continuing from #50 and #49 (I didn't know renaming the branch in magit would close the PR).

Implementing std::error::Error is much simpler than I thought :)

ExPixel commented 3 years ago

👍