Re: [PATCH 06/11] rust: macros: convert `#[export]` to use `syn`
From: Benno Lossin
Date: Mon Dec 22 2025 - 01:39:22 EST
On Thu Dec 11, 2025 at 7:56 PM CET, Gary Guo wrote:
> From: Gary Guo <gary@xxxxxxxxxxx>
>
> This eliminates the custom `function_name` helper.
>
> Signed-off-by: Gary Guo <gary@xxxxxxxxxxx>
Reviewed-by: Benno Lossin <lossin@xxxxxxxxxx>
Cheers,
Benno
> ---
> rust/macros/export.rs | 24 +++++++++---------------
> rust/macros/helpers.rs | 18 ------------------
> rust/macros/lib.rs | 5 +++--
> 3 files changed, 12 insertions(+), 35 deletions(-)