You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let uuid = machineid::get();// Based on OS, UUID format will differ// Windowsassert_eq!("140EF834-2DB3-0F7A-27B4-4CEDFB73167C", uuid);// Based on OS, UUID format will differ// Linuxassert_eq!("92cc698195f84d3b85f1cfb0a09e957f", uuid);// Based on OS, UUID format will differ// macOSassert_eq!("F7FA2B78-F7D4-5B1B-A4E3-BACB1BBD95A1", uuid)