| Crates.io | attodmi |
| lib.rs | attodmi |
| version | 0.3.0 |
| created_at | 2025-01-07 11:28:56.890207+00 |
| updated_at | 2025-01-07 14:10:52.438354+00 |
| description | Extremely simple code for partially decoding certain kinds of DMI entries from /sys/firmware/dmi/entries |
| homepage | |
| repository | https://github.com/berke/attodmi |
| max_upload_size | |
| id | 1506995 |
| size | 23,033 |
Extremely short code for decoding type 1 and 2 DMI entries from
/sys/firmware/dmi/entries (these are Linux sysfs 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:
dmidecodedmidecode-rssmbios-libUnder data/ there are some test files for entries of types
1, 2 and 3.
https://github.com/berke/attodmi
.from_sysfs and .from_instance methods,
add some documentation.