attodmi 0.2.0

Extremely simple code for decoding type 1 and 2 DMI entries from /sys/firmware/dmi/entries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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`