Currently you can only create constant values of @str, like @"abc". There should be some way to turn &str and &[u8](utf-8) values (and therefore also ~str and ~[u8] values) into @str values.