Closed cristicbz closed 5 years ago
Just released 0.2.0, less panicky and returning a Result<Vec
Will keep this issue open until I've tidied up and refactor some more.
Slow improving this with 0.3.0 still room for improvement. The lib needs breaking up.
Any updates on this?
Tried this on Linux (which I since figured is not meant to be supported yet), but the failure mode is a
panic
. I noticed that all operations which may fail areunwrap
'd.Would be nice to have a
wifiscanner::Error
type and return aResult<Vec<Wifi>>
instead.(thanks for the crate, hope to get this on Linux!)