aboutsummaryrefslogtreecommitdiff
path: root/src/post.rs
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2024-04-05 22:41:10 -0400
committerShav Kinderlehrer <[email protected]>2024-04-05 22:41:10 -0400
commitfd0a9302450a4f5e0108d03a95db1601c00b5e4c (patch)
tree0148f837b026707a7a6ba235a376111e07b02899 /src/post.rs
downloadchela-fd0a9302450a4f5e0108d03a95db1601c00b5e4c.tar.gz
chela-fd0a9302450a4f5e0108d03a95db1601c00b5e4c.zip
Implement get
Diffstat (limited to 'src/post.rs')
-rw-r--r--src/post.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/post.rs b/src/post.rs
new file mode 100644
index 0000000..d3d1257
--- /dev/null
+++ b/src/post.rs
@@ -0,0 +1,3 @@
+pub async fn create_link() {
+
+}