File tree Expand file tree Collapse file tree 4 files changed +21
-0
lines changed Expand file tree Collapse file tree 4 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ .DS_Store
2+ * .env
3+ /target
4+ tmp
5+ * .tmp
Original file line number Diff line number Diff line change 1+ [package ]
2+ name = " regexplanet-rust"
3+ version = " 0.1.0"
4+ edition = " 2021"
5+
6+ [dependencies ]
Original file line number Diff line number Diff line change 1+ # regexplanet-rust
2+
3+ This is the [ Rust language] ( https://www.rust-lang.org/ ) backend for RegexPlanet, a tool for online regular expression testing.
4+
5+ See [ API docs] ( http://www.regexplanet.com/support/api.html ) for what it is supposed to do.
6+
7+ See [ Rust language online regex test page] ( http://www.regexplanet.com/advanced/rust/index.html ) to use it to test your regular expressions.
Original file line number Diff line number Diff line change 1+ fn main ( ) {
2+ println ! ( "Hello, world!" ) ;
3+ }
You can’t perform that action at this time.
0 commit comments