smbios 0.1.6

Provides detection and access to System Management BIOS (SMBIOS) and Desktop Management Interface (DMI) data and structures.
Documentation
language: rust
rust:
  - stable
before_script:
  - rustup component add clippy-preview
script:
  - cargo clippy --all-targets --all-features -- -D warnings
  - cargo test