Re: [PATCH 1/7] rust: file: add Rust abstraction for `struct file`

From: Peter Zijlstra
Date: Wed Nov 29 2023 - 11:45:57 EST


On Wed, Nov 29, 2023 at 04:42:51PM +0000, Alice Ryhl wrote:
> Second, there's potentially an increased maintenance burden when C
> methods are reimplemented in Rust. Any change to the implementation on
> the C side would have to be reflected on the Rust side.

C to Rust compiler FTW :-)