jBernavaPrah / azure-speech-sdk-rs

Rust implementation of Azure speech SDK. Without external libs.
Apache License 2.0
1 stars 1 forks source link

feat: impl `std::error::Error` for Error #16

Closed decahedron1 closed 1 month ago

decahedron1 commented 1 month ago

This allows azure_speech::Error to be used with crates like anyhow.