hwid 0.1.0

Resolve unique hardware-based identifiers for a system
1
2
3
4
5
6
7
8
9
10
11
mod core;
mod structs;
mod windows;

pub use structs::*;

pub use crate::smbios::core::*;

#[cfg(target_family = "windows")]
pub use windows::table_load_from_device;