We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e39367 commit 440254fCopy full SHA for 440254f
src/macros.rs
@@ -0,0 +1,6 @@
1
+#[macro_export]
2
+macro_rules! author {
3
+ () => {
4
+ "aniketfuryrocks <[email protected]>"
5
+ };
6
+}
0 commit comments