summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2023-04-12 03:29:46 -0400
committerJohn Turner <jturner.usa@gmail.com>2023-04-12 22:25:34 -0400
commit68bcfc2de0ad495691f00ed086804a418f959dc7 (patch)
tree4e15833533943eaad47030c70c8e6b79043c94be /src
downloadget-68bcfc2de0ad495691f00ed086804a418f959dc7.tar.gz
init
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
new file mode 100644
index 0000000..c2eeb06
--- /dev/null
+++ b/src/lib.rs
@@ -0,0 +1,4 @@
+#[proc_macro_derive(Get)]
+pub fn get(input: proc_macro::TokenStream) -> proc_macro::TokenStream {
+ todo!()
+}