machine_uuids 0.2.0

A library to retrieve a machines UUID
Documentation
1
2
3
4
5
pub mod machineid;

fn main() {
    println!("{:?}", machineid::get());
}