Re: [PATCH v12 2/2] rust: xarray: Add an abstraction for XArray

From: Tamir Duberstein
Date: Fri Dec 13 2024 - 11:26:07 EST


On Fri, Dec 13, 2024 at 8:40 AM Alice Ryhl <aliceryhl@xxxxxxxxxx> wrote:
>
> This coding style is pretty far in the functional programming camp
> compared to the rest of Rust code in the kernel. I tend to stick with
> a more imperative style to be more familiar to C folks.

That's a fair assessment, but it's a subjective area -- Andreas was
fond of the approach (in a preview review).