Function get_os

pub fn get_os() -> String
Expand description

Get the host computer name

ยงExample

use cot::host::get_host_name;
let host_name = get_host_name();