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/raw_byte_string_hashes.rs:2:5
  |
2 |     litext!(br#"hello"#);
  |     ^^^^^^^^^^^^^^^^^^^