On 13-05-04 06:54 AM, Devin Jeanpierre wrote: > I've also added this library page to the wiki: > https://github.com/mozilla/rust/wiki/Lib-re
This is great! Thanks. I should also point out that you might want to include / depend on another bug-in-process concerning "raw strings". It looks like I haven't actually filed a bug on it yet after the comment-un-balancing change, but I mean to. There's mention of it on the roadmap: https://github.com/mozilla/rust/wiki/Note-development-roadmap#raw-strings-rather-than-balanced-character-custom-lexemes Really this is just an r"..." lexeme (alternative suggestions welcome) that does the minimum possible escape-processing, for encoding stuff like regexps and windows paths and "other things that have a lot of backslashes in them naturally". (also possibly related to https://github.com/mozilla/rust/issues/4334) -Graydon _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
