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

From: Christian
Date: Mon Jun 16 2025 - 17:12:08 EST


> Hmm... I am not sure I understand.

I mean, using something like `use core::mem;` globally since we use a
lot of core stuff and so, it would make the code less verbose just
importing size_of, align_of and etc.

Thanks,
Christian