1 2 3 4 5 6 7
use rsubdomain::device; #[tokio::main] async fn main() { let ether = device::auto_get_devices().await; println!("{:?}", ether); }