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