upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/funcs/mod.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2023-05-21 11:14:47 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2023-05-21 11:14:47 +0000
commit0067804cc00e94ce2b7043e67f9ff50968525479 (patch)
tree2accdc6d4e9b73df4f20499238ec24f24a52a1b8 /src/funcs/mod.rs
parent5c5feaa732363e32e2a980a887fa42b4394b1a5e (diff)
v0.0.1-alpha funcs
Diffstat (limited to 'src/funcs/mod.rs')
-rw-r--r--src/funcs/mod.rs10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/funcs/mod.rs b/src/funcs/mod.rs
new file mode 100644
index 0000000..4d93921
--- /dev/null
+++ b/src/funcs/mod.rs
@@ -0,0 +1,10 @@
1pub mod apply_patches;
2pub mod checkout_branch;
3pub mod create_branch_and_pr;
4pub mod create_local_branch_from_user_input;
5pub mod create_patches;
6pub mod find_commits_ahead;
7pub mod find_latest_patch;
8pub mod find_select_recent_repos;
9pub mod get_branch_event_from_user_input;
10pub mod get_updates_of_patches; \ No newline at end of file