sunrise_sm
fn get_service_str(servicename: &u64) -> Result<&str, Utf8Error>
Casts an &u64 into an &str.
Panics if the bytes of the u64 don't match valid UTF-8.