Crate mid

source ·
Expand description

Creating a Machine ID for MacOS/Linux/Windows.

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

Functions§

  • Gets unique platform metrics and returns a Result, which can be a MID hash (SHA-256) or a MIDError.
  • Display MID result/hash in the console.