Short (up to 65,535 bytes) immutable strings to e.g. parse tokens, implemented in Rust. These are sometimes called "German Strings", because Germans have written the paper mentioning them
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add regexps to parse mutants error message for Sublime Text

+2
+2
token-string.sublime-project
··· 83 83 "--", 84 84 "--all-features", 85 85 ], 86 + "file_regex": "^MISSED\\s+(\\S+):(\\d+):(\\d+):\\s*([^\\n]+)", 86 87 }, 87 88 { 88 89 "name": "Mutation Tests Iteration", ··· 94 95 "--", 95 96 "--all-features", 96 97 ], 98 + "file_regex": "^MISSED\\s+(\\S+):(\\d+):(\\d+):\\s*([^\\n]+)", 97 99 }, 98 100 { 99 101 "name": "Miri Tests",