Sfoglia il codice sorgente

macros: library-level documentations

Signed-off-by: Zhouqi Jiang <luojia@hust.edu.cn>
Zhouqi Jiang 1 anno fa
parent
commit
4c40cdce2d
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      macros/src/lib.rs

+ 4 - 0
macros/src/lib.rs

@@ -1,3 +1,7 @@
+//! Internal implementation details of RustSBI macros.
+//!
+//! Do not use this crate directly.
+
 use proc_macro::TokenStream;
 use quote::{quote, ToTokens};
 use syn::{parse_macro_input, Data, DeriveInput, Generics, Ident, Member};