Skip to content

Commit 440254f

Browse files
author
1 parent 2e39367 commit 440254f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/macros.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#[macro_export]
2+
macro_rules! author {
3+
() => {
4+
"aniketfuryrocks <[email protected]>"
5+
};
6+
}

0 commit comments

Comments
 (0)