Explorar o código

macros: library-level documentations

Signed-off-by: Zhouqi Jiang <luojia@hust.edu.cn>
Zhouqi Jiang hai 1 ano
pai
achega
4c40cdce2d
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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};