We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d01b6 commit 40431aaCopy full SHA for 40431aa
.gitignore
@@ -1,3 +1,4 @@
1
/target
2
/Cargo.lock
3
specification.json
4
+rs-report.json
.specrc
@@ -0,0 +1,5 @@
+[spec]
+file_extension=rs
+multiline_regex=#\[spec\((?P<innards>.*?)\)\]
+number_subregex=number\s*=\s*"(.*?)"
5
+text_subregex=text\s*=\s*["'](.*)["']
spec_finder.py
0 commit comments