Crate xmid

Source
Expand description

Creating a Machine ID hash for MacOS/Windows/Linux.

let machine_id = mid::get("mySecretKey").unwrap();

Macros§

debug

Structs§

MidData

Functions§

data
Returns MID key/result/hash as MidData
get
Gets unique platform metrics and returns a Result, which can be a MID hash (SHA-256) or a MIDError.
print
Output the MID key/result/hash to the console in debug_assertions mode.