Some fixes for the examples and the crate

This commit is contained in:
Israel Duff
2021-02-03 19:39:18 +01:00
parent 69fb3ae92b
commit f55eac147b
6 changed files with 54 additions and 6 deletions
+1
View File
@@ -6,6 +6,7 @@ mod platforms;
pub mod prelude {
pub use crate::connectivity::*;
pub use crate::hotspot::*;
pub use crate::hotspot::providers::prelude::*;
pub use crate::platforms::Config;
}