hankbao / rust-hwid

Detect Hardware IDs from Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust-hwid

A simple library to detect an OS equivalent of an Hardware ID

Currently supported

  • Windows
  • macOS
  • Linux (dbus, systemd HWIDs)

TODO

Find a way to support *BSDs or ditch the function for them entirely

Usage

There is a single function: get_id()

An example is provided in the examples folder.

About

Detect Hardware IDs from Rust

License:MIT License


Languages

Language:Rust 100.0%