attodmi 0.1.0

Extremely simple code for decoding type 1 and 2 DMI entries from /sys/firmware/dmi/entries
Documentation
  • Coverage
  • 5.26%
    2 out of 38 items documented0 out of 11 items with examples
  • Size
  • Source code size: 19.22 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.04 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 7s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • berke

attodmi

Extremely short code for decoding type 1 and 2 DMI entries from /sys/firmware/dmi/entries

  • No dependencies
  • Partial decoding of type 1 (System Information) and type 2 (Base Board Information) entries

Use this only if you need to decode some fields from those types of entries with a minimal footprint.

For more serious decoding, see the following crates:

  • dmidecode
  • dmidecode-rs
  • smbios-lib