/*
Utility functions
Warning: some of these functions are Linux-specific.
*/pubmodeither;pubmodfile_util;pubmodnetwork_util;pubmodprocess_util;pubmodtime_util;/*
Very bad function -- leaks the string memory :)
Only use for e.g. command line arguments where it won't happen repeatedly.
*/pubfnstring_to_static_str(s: String)->&'staticstr{Box::leak(s.into_boxed_str())}