litext 0.3.0

Just what you need for extracting string literal contents at compile time
Documentation
1
2
3
4
5
error: litext! expected a string literal, not a byte string
 --> $DIR/byte_string.rs:2:5
  |
2 |     litext!(b"hello");
  |     ^^^^^^^^^^^^^^