Crate smbioslib

source ·
Expand description

SMBIOS Library

Implements the DMTF System Management BIOS (SMBIOS) Reference Specification 3.5.0.

This library focuses on the tasks involved with reading and interpreting BIOS data.

Modules

  • Utilities for formatting and printing Strings.
  • Filesystem manipulation operations.
  • Traits, helpers, and type definitions for core I/O functionality.
  • SMBIOS String module

Structs

Enums

Constants

  • Full path to the memory device (contains BIOS entry point and table data on *nix platforms)
  • Full path to smbios_entry_point file on Linux (contains entry point data)
  • Full path to the DMI file on Linux (contains BIOS table data)

Traits

  • SMBIOS Structure
  • An attempted conversion that consumes self, which may or may not be expensive.

Functions