pub fn get_os() -> String
Get the host computer name
use cot::host::get_host_name; let host_name = get_host_name();