booyaa / wifiscanner

A crate to list WiFi hotspots in your area
Apache License 2.0
59 stars 34 forks source link

wifiscanner::Error does not implement std::error::Error #32

Closed TheNeikos closed 4 years ago

TheNeikos commented 4 years ago

Right now wifiscanner::Error does not implement std::error::Error. There is no reason why it couldn't and it would help interoperability with other crates.

1c3t3a commented 4 years ago

I would like to work on this!