This is a great project and I use it extensively.
I want to know if there's a way to force the generated structs to have their constructors marked as #[inline] and #[inline(always)]. The use case is workspaces with multiple crates where inlining between crates doesn't automatically happen.
This is a great project and I use it extensively.
I want to know if there's a way to force the generated structs to have their constructors marked as
#[inline]and#[inline(always)]. The use case is workspaces with multiple crates where inlining between crates doesn't automatically happen.