Re: [PATCH v3 05/10] rust: io: add static `cast()` method for views

From: Alexandre Courbot

Date: Sun Sep 06 2026 - 11:28:12 EST


On Thu Aug 27, 2026 at 5:51 PM JST, Eliot Courtney wrote:
> From: Gary Guo <gary@xxxxxxxxxxx>
>
> Add a compile-time checked variant of `try_cast()` using the minimum size
> and alignment information.
>
> Signed-off-by: Gary Guo <gary@xxxxxxxxxxx>
> Link: https://patch.msgid.link/20260805-typed_register-v2-1-c3ca142220a0@xxxxxxxxxxx
> [ecourtney: fix the doc example type and doc grammar per v2 review]
> Signed-off-by: Eliot Courtney <ecourtney@xxxxxxxxxx>

So I am basically ready to merge this series, but need an ack on this
one patch; I/O maintainers, does this look good to you?