Lines by C vs Rust
Lines by C vs Rust
Posted Feb 10, 2026 19:23 UTC (Tue) by NYKevin (subscriber, #129325)In reply to: Lines by C vs Rust by koverstreet
Parent article: Development statistics for 6.19
On top of that, the fact that the Rust-for-Linux folks decided to vendor syn rather strongly implies they are making significant use of proc macros (syn is mostly if not solely used for implementing proc macros). That probably cuts down on the line count by quite a lot, since Rust proc macros are a great deal more expressive than C preprocessor macros.
