mirror of
https://github.com/bytedream/serde-inline-default.git
synced 2026-02-04 13:26:27 +01: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