Function std::str::from_utf8

pub fn from_utf8(vv: &[u8]) -> ~str

Convert a vector of bytes to a new UTF-8 string

Failure

Raises the not_utf8 condition if invalid UTF-8