Skip to content

Ouki76/ohwid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ohwid

Allows you to get hardware ID of the current machine.

Supported systems

  • Windows
  • Linux

Install

cargo add ohwid

or

[dependencies]
ohwid = "0.1.2"

Example

use ohwid::get_hwid;

fn main() {
  let hwid = get_hwid();

  match hwid {
    Ok(hwid) => println!("HWID: {}", hwid),
    Err(e) => println!("Failed to get HWID: {}", e),
  }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages