wifi_scan 0.6.2

A crate to list WiFi hotspots in your area. Fork of booyaa/wifiscanner with many improvements to make it future-proof.
Documentation
1
2
3
fn main() {
    println!("{:?}", wifi_scan::scan());
}