diff options
| author | 2025-02-01 23:06:37 -0600 | |
|---|---|---|
| committer | 2025-02-01 23:06:37 -0600 | |
| commit | c19a1077e85334a3e5ba885a60b03d76409a2b2e (patch) | |
| tree | 5e726e8180770ac9c2f6c415a0437d6d2c29c226 /ozone-helpers/src | |
| parent | random changes (diff) | |
restructure project
Diffstat (limited to 'ozone-helpers/src')
| -rw-r--r-- | ozone-helpers/src/lib.rs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ozone-helpers/src/lib.rs b/ozone-helpers/src/lib.rs new file mode 100644 index 0000000..4412282 --- /dev/null +++ b/ozone-helpers/src/lib.rs @@ -0,0 +1,8 @@ +extern crate proc_macro; + +use proc_macro::TokenStream; + +#[proc_macro_attribute] +pub fn ozone_special(attr: TokenStream, item: TokenStream) -> TokenStream { + todo!() +}
\ No newline at end of file |
