Re: It's like very pedantic C
Yeah, it should be manageable. Changes to interfaces mean people need to be able to communicate and collaborate, which is already the case without Rust.
Aside: In Microsoft they now work with Rust in everything from the NT kernel, to Windows middleware libraries and for new stuff over in Azure. They did a survey and the general consensus was that Rust was considered annoying for the first few months but at some point it "clicked" and the devs began really enjoying it and writing code that compiled easily and they then spent much less time debugging because a whole class of issues were not there.
It's interesting because this is a real world large scale use case. Google had similar experiences, a survey given to 1000 of their Rust developers in 2023 showed that most felt confident within 1-2 months. Google also found, like you, that it was easy to review the code.