Skip to content

Commit

Permalink
Merge pull request #131 from htoopyaelinn56/master
Browse files Browse the repository at this point in the history
added rust support
  • Loading branch information
saturngod authored Feb 24, 2024
2 parents 53ffdb2 + 8c79ce3 commit 87d1fd6
Show file tree
Hide file tree
Showing 5 changed files with 964 additions and 0 deletions.
1 change: 1 addition & 0 deletions other-lang/rust/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
68 changes: 68 additions & 0 deletions other-lang/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions other-lang/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[package]
name = "rabbit_rust"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
fancy-regex = "0.13.0"
Loading

0 comments on commit 87d1fd6

Please sign in to comment.