hardware-id

Crates.iohardware-id
lib.rshardware-id
version0.3.0
sourcesrc
created_at2022-11-16 02:29:58.364868
updated_at2022-11-16 02:29:58.364868
descriptionAccess Hardware ID information on Windows, macOS and Linux platforms
homepage
repositoryhttps://github.com/tilda/rust-hwid
max_upload_size
id716079
size9,946
(tilda)

documentation

README

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.

Commit count: 26

cargo fmt