Skip to content

Commit 56fa6ed

Browse files
authored
Add Rust version of hyperfunctions helper script (timescale#1953)
Signed-off-by: Charis <[email protected]>
1 parent d65e263 commit 56fa6ed

File tree

6 files changed

+429
-3
lines changed

6 files changed

+429
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
_notes/
55
.github/workflows/update-search.yml
66
*.swp
7-
.helper-scripts/hyperfunctions/target/
7+
.helper-scripts/hyperfunctions/target/

.helper-scripts/hyperfunctions/Cargo.lock

Lines changed: 42 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[package]
2+
name = "hyperfunctions"
3+
version = "0.1.0"
4+
edition = "2021"
5+
6+
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7+
8+
[dependencies]
9+
regex = "1.7.0"

0 commit comments

Comments
 (0)