Browse Source

macros: library-level documentations

Signed-off-by: Zhouqi Jiang <[email protected]>
Zhouqi Jiang 1 năm trước cách đây
mục cha
commit
4c40cdce2d
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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};