Function gethostid

Source
pub fn gethostid() -> String
Expand description

Return the host ID (in hexadecimal) of the current host.

ยงExamples

let host_id = gethostid_rs::gethostid();
println!("{}", host_id)