Re: [PATCH v9] rust: transmute: Add methods for FromBytes trait

From: Miguel Ojeda
Date: Thu Aug 21 2025 - 09:57:30 EST


On Thu, Aug 21, 2025 at 1:13 PM Alexandre Courbot <acourbot@xxxxxxxxxx> wrote:
>
> (adding Miguel as a heads-up, and in case enabling a feature is not as easy as
> I think :))

Thanks! If it is internal to the crate, i.e. not something generated
by an exported macro that others can call, then that should be enough.

Cheers,
Miguel