mirror of
https://github.com/sam0x17/pub-fields.git
synced 2025-04-03 04:47:37 +03:00
done
This commit is contained in:
parent
f31c3903a1
commit
273b3fbc1a
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ use syn::{parse::Nothing, parse_macro_input, parse_quote, ItemStruct};
|
|||
///
|
||||
/// Usage:
|
||||
/// ```rust
|
||||
/// use pub_fields::pub_fields;
|
||||
///
|
||||
/// #[pub_fields]
|
||||
/// pub struct MyStruct {
|
||||
/// a: usize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue