Chore(Docs): Add More Detailed Documentation

This commit is contained in:
Tochukwu Nkemdilim
2018-08-16 23:54:04 +01:00
parent be1064b383
commit 03325c939a
17 changed files with 294 additions and 60 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ mod connectivity;
mod hotspot;
mod platforms;
use connectivity::{Network, WifiConnectionError};
use connectivity::{Connectivity, WifiConnectionError};
use platforms::{Config, WiFi};
fn main() -> Result<(), WifiConnectionError> {