iwls 0.0.1

Shows available Wi-Fi access points and suggests the best channel to use
Documentation
[dependencies]
clap = ">=2.13.0"
nalgebra = ">=0.8.2"
order-stat = ">=0.1.3"
users = ">=0.5.2"
wifiscanner = ">=0.3.3"

[dependencies.clippy]
optional = true
version = "0.0.95"

[features]
default = []

[lib]
doctest = false
name = "iwls"
path = "src/lib.rs"

[package]
authors = ["Alexander Lopatin <github.com/alopatindev>"]
description = "Shows available Wi-Fi access points and suggests the best channel to use"
license = "MIT"
name = "iwls"
version = "0.0.1"