Skip to content

Commit

Permalink
added rust support
Browse files Browse the repository at this point in the history
  • Loading branch information
htoopyaelinn56 committed Feb 22, 2024
1 parent 53ffdb2 commit 8c79ce3
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 8c79ce3

Please sign in to comment.