Chore(Docs): Add More Detailed Documentation
This commit is contained in:
+4
-1
@@ -1,12 +1,15 @@
|
||||
#![allow(dead_code)]
|
||||
|
||||
mod connectivity;
|
||||
#[cfg(target_os = "windows")]
|
||||
mod handler;
|
||||
mod hotspot;
|
||||
mod platforms;
|
||||
|
||||
/// Pre-requisite module for `Connectivity`, `Hotspot` functionality.
|
||||
pub mod prelude {
|
||||
pub use connectivity::*;
|
||||
pub use hotspot::*;
|
||||
}
|
||||
|
||||
pub use platforms::*;
|
||||
pub use platforms::WiFi;
|
||||
|
||||
Reference in New Issue
Block a user