hardware-id 0.3.0

Access Hardware ID information on Windows, macOS and Linux platforms
Documentation
  • Coverage
  • 100%
    5 out of 5 items documented0 out of 1 items with examples
  • Size
  • Source code size: 9.94 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 306.84 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 18s Average build duration of successful builds.
  • all releases: 18s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • tilda/rust-hwid
    13 6 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • tilda

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.