We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Currently you can only create constant values of @str, like @"abc".
There should be some way to turn &str and &u8 values (and therefore also ~str and ~[u8] values) into @str values.