Re: [PATCH v9] rust: transmute: Add methods for FromBytes trait
From: Alexandre Courbot
Date: Thu Aug 21 2025 - 23:11:51 EST
On Thu Aug 21, 2025 at 10:50 PM JST, Miguel Ojeda wrote:
> 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.
The methods making use of this feature are definitely usable by other
crates, and can also be inlined by the compiler. Would that be a
problem?