litext 0.3.0

Just what you need for extracting string literal contents at compile time
Documentation
1
2
3
fn main() {
    litext!(br"hello");
}