mirror of
https://github.com/bytedream/serde-inline-default.git
synced 2025-06-27 18:40:31 +02:00
feat: add basic support for non-static lifetimes
This commit is contained in:
@ -4,6 +4,7 @@ use proc_macro::TokenStream;
|
||||
use syn::{parse_macro_input, Item};
|
||||
|
||||
mod expand;
|
||||
mod utils;
|
||||
|
||||
/// The main macro of this crate.
|
||||
/// Use it to define default values of fields in structs you [`Serialize`] or [`Deserialize`].
|
||||
|
Reference in New Issue
Block a user