RFC: Dedented String Literals by nik-rev · Pull Request #3830 · rust-lang/rfcs

Proposal to add dedented string literals to Rust of the form: d"string". With the following: let sql = d" create table student( id int primary key, name text ...

GitHub