bryal / captrs

Cross-platform screen capture in Rust
GNU Affero General Public License v3.0
151 stars 16 forks source link

Implement std::error::Error for CaptureError #9

Open H-M-H opened 2 years ago

H-M-H commented 2 years ago

I expected the Error trait to be implemented but was surprised is was not. Please consider implementing it.

bryal commented 2 years ago

Sorry for the late reply.

I'm not currently maintaining this library, mostly due to lack of a Windows PC. I'd accept a pull request if anyone can implement and verify a solution though.

H-M-H commented 2 years ago

Thanks for the reply!

I have to admit that this is a rather funny situation: I do not have a Windows PC either and only opened this issue because of a contribution to one of my repositories using this library.

Maye the contributor in question @qdlmcfresh is up to implement this.