Lines by C vs Rust
Lines by C vs Rust
Posted Feb 11, 2026 15:31 UTC (Wed) by mathstuf (subscriber, #69389)In reply to: Lines by C vs Rust by taladar
Parent article: Development statistics for 6.19
C macros expand to a single line, so you'd need to filter through a formatter first. You might also want to trim dead derive code from Rust as well…lots of tedious error handling going on there when I've looked (e.g., `Deserialize`).
