machine_uuid 0.1.0

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

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