Just wait
Just wait
Posted Jun 25, 2024 13:36 UTC (Tue) by zuki (subscriber, #41808)In reply to: Just wait by liw
Parent article: Rust for filesystems
There's also the distinction that there are different levels of "knowing" a language. It's quite easy to get to the level where one can do small modifications to existing code, or to copy existing functionality and extend it to cover additional cases. It's much harder to know which of the many possible ways of structuring code and which abstractions to use for a new problem. But fortunately, for ongoing maintenance, this first easier level is all that is needed. The second higher level is only necessary e.g. to implement or review new Rust abstractions in the kernel or new drivers, but a different set of people can handle that.
I think it's entirely reasonable to ask maintainers to also care about the Rust code.