feat: add basic support for non-static lifetimes

This commit is contained in:
2024-10-14 22:20:03 +02:00
parent 5d0f313523
commit c5d874a3ad
4 changed files with 61 additions and 1 deletions

View File

@ -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`].